Hello!
I am running Jupyterlab from IJulia. I would like to install jupyterlab-vim. The instructions say to issue this command jupyter labextension install jupyterlab_vim
. How do you do this in IJulia or Conda.jl?
Thanks!
Hello!
I am running Jupyterlab from IJulia. I would like to install jupyterlab-vim. The instructions say to issue this command jupyter labextension install jupyterlab_vim
. How do you do this in IJulia or Conda.jl?
Thanks!
The jupyter
binary should be in ~/.julia/conda/3/bin/
, if you’re on Linux, so ~/.julia/conda/3/bin/jupyter labextension install jupyterlab_vim
should work.
Thank you so much!