jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
975 stars 73 forks source link

Installation question (stopped at webpack) #27

Open StephaneKazmierczak opened 6 years ago

StephaneKazmierczak commented 6 years ago

Hi, I found about jupyterlab recently and because I can't work without vim coding style, I have been trying to install jupyterlab_vim. I am currently using Linux on windows, it is an Ubuntu xenial without UI.

Initially, I had to install nodejs from the github as it wasn't working with the version provided by Ubuntu. but now the process seems to hang forever at: webpack --config webpack.prod.config.js

jupyter 4.4.0 jupyter lab 0.31.12 nodejs 9.8.0

Update: found a similar issue with another extension, it seems to work by adding --dev to the install command

jwkvam commented 6 years ago

Thanks for sharing! I'm not sure the answer to your question, maybe you can ask the jupyterlab devs and link this issue? FYI, the webpack build takes about 30 seconds on my 4 year old macbook. The production builds with webpack do take much longer than the dev builds.

When you do a dev build does it say which version of webpack it's using. For example this is what I see:

$ webpack --config webpack.prod.config.js
Hash: 1381d8e6056cb1cc5d59
Version: webpack 2.7.0
Time: 33275ms
sappjw commented 6 years ago

Did you try removing your User Settings directory (check jupyter lab path)?