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
In order to read md file directly in Jupyter Notebook, I install notedown.
But after adding c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager' at the end of my config file 'jupyter_notebook_config.py'
or
using jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
I get the following error:
Bad config encountered during initialization: The 'contents_manager_class' trait of a NotebookApp instance must be a subclass of 'notebook.services.contents.manager.ContentsManager', but a value of class 'traitlets.traitlets.MetaHasTraits' (i.e. <class 'notedown.contentsmanager.NotedownContentsManager'>) was specified.
Any idea what cause this error? When I delete jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager' the notebook works fine.
The text was updated successfully, but these errors were encountered:
carter54
changed the title
error after add c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
error after adding c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
Feb 5, 2018
In order to read md file directly in Jupyter Notebook, I install notedown.
But after adding
c.NotebookApp.contents_manager_class = 'notedown.NotedownContentsManager'
at the end of my config file 'jupyter_notebook_config.py'or
using
jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
I get the following error:
Bad config encountered during initialization: The 'contents_manager_class' trait of a NotebookApp instance must be a subclass of 'notebook.services.contents.manager.ContentsManager', but a value of class 'traitlets.traitlets.MetaHasTraits' (i.e. <class 'notedown.contentsmanager.NotedownContentsManager'>) was specified.
Any idea what cause this error? When I delete
jupyter notebook --NotebookApp.contents_manager_class='notedown.NotedownContentsManager'
the notebook works fine.The text was updated successfully, but these errors were encountered: