Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import/export Jupyter notebooks #14

Closed
fonsp opened this issue Feb 27, 2020 · 3 comments
Closed

Import/export Jupyter notebooks #14

fonsp opened this issue Feb 27, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fonsp
Copy link
Owner

fonsp commented Feb 27, 2020

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:

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

@fonsp fonsp added the enhancement New feature or request label Feb 27, 2020
@fonsp fonsp added this to the Very Far Future milestone Feb 27, 2020
@fonsp
Copy link
Owner Author

fonsp commented Apr 4, 2020

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

@fonsp fonsp added the good first issue Good for newcomers label Apr 7, 2020
@fonsp fonsp removed this from the Very Far Future milestone May 13, 2020
@fonsp
Copy link
Owner Author

fonsp commented Jul 8, 2020

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

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

@fonsp fonsp closed this as completed Sep 18, 2020
@mgiugliano
Copy link

mgiugliano commented Nov 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants