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

Jupyter Lab: use markdown as its storage format #82

Open
lamyergeier opened this issue Aug 16, 2018 · 2 comments
Open

Jupyter Lab: use markdown as its storage format #82

lamyergeier opened this issue Aug 16, 2018 · 2 comments

Comments

@lamyergeier
Copy link

lamyergeier commented 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:

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.

@lamyergeier lamyergeier changed the title Jupyter-Lab Jupyter Lab: use markdown as its storage format Aug 16, 2018
@grst
Copy link

grst commented Aug 26, 2018

Depends on jupyterlab/jupyterlab#4924.

@grst
Copy link

grst commented Aug 31, 2018

Fixed in the latest development version of jupyter.
There is now a 'Notebook' entry in the 'Open With' context menu for such notebooks.

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

2 participants