You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
should we add these dependencies to our package?
cell order should be topological for jupyter. What to do with markdown cells?
EDIT
I made a web app to convert Pluto.jl notebooks ⇆ Jupyter notebooks:
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.
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
The text was updated successfully, but these errors were encountered: