-
Notifications
You must be signed in to change notification settings - Fork 115
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
Integration with Jupyter #79
Comments
See also jupyterlab/jupyterlab#1815 and jupyterlab/jupyterlab#3896 |
Thanks @grst. I had a look at your version and was impressed, it even supports By the way, I am interested in being able to open
and those for your package reads
yet, none seems to be effective in my configuration (Jupyter 4.4.0). Are these up-to-date ? |
Should be possible... I will look into it, but I think this should be discussed in grst/ipymd. Would you mind opening an issue there? |
As mentioned on the other issue, the correct syntax for https://github.com/grst/ipymd was c.NotebookApp.contents_manager_class = 'ipymd.IPymdContentsManager'
c.IPymdContentsManager.format = 'rmarkdown' # choose the format here Regarding c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager' allows to open |
I've seen that you offer support of Rmd notebooks in Jupyter by modifying the jupyter config file. That is very nice already!
Don't you think it would be nice to have official support by Jupyter for these notebooks?
In this direction I have opened jupyter/notebook#3694
Regards
The text was updated successfully, but these errors were encountered: