lambdalisue / jupyter-vim-binding

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

Configuration in conda environment #87

Open sebnarvaez opened 8 years ago

sebnarvaez commented 8 years ago

Summary

I created a configuration file with the example keybindings overrides from the Readme.md, but they don't have any effect on my conda env. notebook. I tried putting the custom.js in ~/.jupyter/custom/ and in the root-env-path/.jupyter/custom/.

Environment

lambdalisue commented 8 years ago

I'm not really familiar with conda. Could you try without conda to find if the issue comes from conda or your environment.

unode commented 7 years ago

I have a conda setup and it works exactly like any other setup: ~/.jupyter/custom/custom.js. Just make sure to restart your environment and the notebook for changes to take effect.