-
Notifications
You must be signed in to change notification settings - Fork 65
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
JEP: official support for Markdown-based notebooks #102
Comments
Regarding 2 issues about "Bad case", I think that MD format can be in simple var or class like:
Then j.cell just can be hidden in notebook by special addon in options. And reason for list of all cells replacement can be like:
a) or simple in config
Anyway.. it's better to have python object than json Complicated? Noo.. Soo... Of course need virtualize cells as lines. |
Backgound
During the Jupyter Notebook workshop, it was decided to attempt to address a couple of issues associated with the
.ipynb
format, such as:Proposal
The JEP will propose an alternative Markdown-based serialization syntax for Jupyter notebooks to be adopted as an official standard by the Jupyter community and describe steps to make it supported by most tools in the ecosystem. The format will allow the lossless serialization from/to
.ipynb
, be reasonably human readable, and be more VCS-friendly.Examples
Example of a minimal Jupyter notebook as a Markdown file:
A more sophisticated example can be found in this repository.
The text was updated successfully, but these errors were encountered: