jupyter / nbformat

Reference implementation of the Jupyter Notebook format
http://nbformat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
264 stars 152 forks source link

FYI - nbformat 4.4 and colab #136

Open willingc opened 5 years ago

willingc commented 5 years ago

Should folks have any issues opening a notebook on Colab which was created using notebook, lab, or nteract supporting nbformat 4.4, there is an open issue on the colab repo https://github.com/googlecolab/colabtools/issues/490

blois commented 5 years ago

The fix for this is now live in Colab.

As far as I can tell, notebook, lab and nteract are all generating nbformat 4.2 and this incompatibility should have arisen in testing. We are interested in compatibility testing with other tools generating these notebooks.

jasongrout commented 5 years ago

See also #138 for more discussion about notebook format version numbers.