jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Jupyter Hub runtime #27

Closed abjer closed 8 years ago

abjer commented 8 years ago

I am working on a Jupyter Hub notebook server. When attempting %load_ext jupyter_cms I have the following OSError:

[Errno 2] No such file or directory: '/home/[user_id]/.local/share/jupyter/runtime'

All of the dependencies are installed but the load still fails.

parente commented 8 years ago

@abjer thanks for the report. Can you confirm what version of the notebook server is running on Jupyter Hub? Help menu in a notebook will show it.

abjer commented 8 years ago

Thanks for the reply, notebook server is 3.2.0-dev-5e57377 but the kernel is 4.1.1 - I guess that could be the issue.

parente commented 8 years ago

Yes. The extension is only compatible with notebook server 4.0 and up. The runtime directory location is different between the two versions.

abjer commented 8 years ago

I see, thanks for the clarification!