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

Export and import Jupyter notebooks from plain markdown #44

Closed
mwouts opened this issue Aug 30, 2018 · 0 comments
Closed

Export and import Jupyter notebooks from plain markdown #44

mwouts opened this issue Aug 30, 2018 · 0 comments

Comments

@mwouts
Copy link
Owner

mwouts commented Aug 30, 2018

Cf. #40. Format would be similar to current R markdown module:

  • yaml header at the top with Jupyter metadata
  • markdown cells to plain text, separated with two blank lines
  • code cells to triple-quote escaped markdown code cells, with a mention of the language (no support for cell metadata)
  • raw cells to triple-quote escaped markdown code cells (no language)

As pointed out at #40 , jupyter magics don't need to be escaped there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant