lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Extension does not work on jupyterhub #106

Closed atomic closed 7 years ago

atomic commented 7 years ago

Summary

vim_binding does not work on jupyterhub, but other extension does.

Environment

Behavior

I work on my notebook remotely using ssh and jupyterhub. I installed vim_binding extension on $(jupyter --data-dir)/nbextensions and is enabled, but the extension does not work at all in the notebook, even after a restart. Other extension like codefolding was installed the same way and worked well.

lambdalisue commented 7 years ago

Which version of jupyterhub? Actually I had been using this plugin with jupyterhub about a half year ago.

atomic commented 7 years ago

The Jupyter version is 0.7.2. Actually, I tested again through ssh on my Chromebook. And, the vim-binding works on my Chromebook remote Jupyter notebook. Previously, it didn't work on Linux Chromium and old version of chrome on windows (not sure the version, but I'll check later). So, it might be the chrome browser requirement. It's definitely the client side problem.

edit: Nevermind, it works now. The server has to be restarted.