OpenBioLink / ThoughtSource

A central, open resource for data and tools related to chain-of-thought reasoning in large language models. Developed @ Samwald research group: https://samwald.info/
MIT License
863 stars 69 forks source link

Tutorial notebook does not open #128

Closed TolgaCorbaci closed 1 year ago

TolgaCorbaci commented 1 year ago

I get the following error: Invalid Notebook Additional properties are not allowed ('id' was unexpected) Using nbformat v5.8.0 and nbconvert v7.2.7

KonstantinHebenstreit commented 1 year ago

I do not think that is an error from our side... It seems that some cells in the notebook have the same ids, which results from copying a cell within a notebook. And nbformat does not accept that at the moment.