n-riesco / ijavascript

IJavascript is a javascript kernel for the Jupyter notebook
Other
2.19k stars 185 forks source link

How to install in JupyterHub #74

Closed nevi-me closed 8 years ago

nevi-me commented 8 years ago

I got ijs running on a standalone Jupyter notebook, and jupyter kernelspec list shows the kernel in my list, but JupyterHub doesn't show it. Is there anyone who's managed to get this working?

Thanks

nevi-me commented 8 years ago

Found the solution, the kernel was installed in ~/.local/ so I used jupyter kernelspec install <dir>, and now it's working.

n-riesco commented 8 years ago

This may be a bug in IJavascript. When I updated ijs to prefer jupyter over ipython, I forgot to update the install function (that is still using ipython kernelspec install --replace /path/to/kernel/dir).

It's surprising, though, that jupyter kernelspec list sees that kernel, JupyterHub doesn't.

I will open an issue to fix the install function.