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
Editing in the browser (new!)
You can configure IPython / Jupyter to seamlessly use markdown as its storage format. Add the following to your config file:
c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
Now you can edit your markdown files in the browser, execute code, create plots - all stored in markdown!
For Jupyter, your config file is jupyter_notebook_config.py in ~/.jupyter.
For Jupyter lab:
jupyter-lab --generate-config
The method you provided works nicely with jupyter notebook, but is not working like that for Jupyter lab.
Could you please extend the support to Jupyter-lab.
The text was updated successfully, but these errors were encountered:
lamyergeier
changed the title
Jupyter-Lab
Jupyter Lab: use markdown as its storage format
Aug 16, 2018
From your Readme.md
Editing in the browser (new!) You can configure IPython / Jupyter to seamlessly use markdown as its storage format. Add the following to your config file: c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager' Now you can edit your markdown files in the browser, execute code, create plots - all stored in markdown! For Jupyter, your config file is jupyter_notebook_config.py in ~/.jupyter.
For Jupyter lab:
The method you provided works nicely with jupyter notebook, but is not working like that for Jupyter lab.
Could you please extend the support to Jupyter-lab.
The text was updated successfully, but these errors were encountered: