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

Usage examples? #79

Open
abalter opened this issue Feb 22, 2017 · 2 comments
Open

Usage examples? #79

abalter opened this issue Feb 22, 2017 · 2 comments
Labels

Comments

@abalter
Copy link

abalter commented Feb 22, 2017

I'm afraid I can't figure out how to use this. I have

c.NotebookApp.contents_manager_class = 'ipymd.IPymdContentsManager'

In my jupyter config. But when I open .md files, I can't compute with them. Likewise, if I start a new notebook and save it, it is still saved in ipynb format, not markdown. So clearly I'm missing either the purpose of this package and/or how to use it.

What I was looking for is a way to have jupyter create, open and close .md and .Rmd files into usable notebooks.

@rossant
Copy link
Owner

rossant commented Feb 23, 2017

Well, what you have done should have worked. Is there any error message in the terminal? What version of the notebook are you using?

@rossant
Copy link
Owner

rossant commented Mar 27, 2017

Does it work if you launch the notebook like this:

jupyter notebook --NotebookApp.contents_manager_class=ipymd.IPymdContentsManager

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

No branches or pull requests

2 participants