fsprojects / IfSharp

F# for Jupyter Notebooks
Other
441 stars 71 forks source link

Workaround for Jupyter Labs #214

Closed cgravill closed 5 years ago

cgravill commented 5 years ago

Jupyter Labs is sending extra information in meta e.g. "deletedCells". We don't currently use this so avoid deserializing as there's a problem with that!

Note there are outstanding issues in Jupyter Labs:

They'll all need someone to follow up later but at least this loads and runs for me:

image