fonsp / Pluto.jl

🎈 Simple reactive notebooks for Julia
https://plutojl.org/
MIT License
4.94k stars 285 forks source link

Import/export Jupyter notebooks #14

Closed fonsp closed 3 years ago

fonsp commented 4 years ago

Exporting: export to markdown (another TODO item), then use Literate.jl. Importing: not sure how to preserve Jupyter's markdown cells, might need to parse the notebook file.

But:

EDIT

I made a web app to convert Pluto.jl notebooks ⇆ Jupyter notebooks:

https://observablehq.com/@olivier_plas/pluto-jl-jupyter-conversion

fonsp commented 4 years ago

Can be done in front-end or back-end.

fonsp commented 4 years ago

I made a web app to convert Pluto.jl notebooks ⇆ Jupyter notebooks:

https://observablehq.com/@olivier_plas/pluto-jl-jupyter-conversion

mgiugliano commented 3 years ago

The web app does not seem to work, right now, if the browser is Safari. A message appears at the bottom of the page: Notebook not responding. There may be an infinite loop that has crashed this notebook, or a notebook open in another tab. Click “Safe mode” to fix this notebook without running its code.

With Chrome, it seems to work.