jwkvam / jupyterlab-vim

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

[Dependencies] Update for jupyterlab v0.34 #56

Closed MisterVulcan closed 6 years ago

MisterVulcan commented 6 years ago

jupyterlab 0.34.1 pushed yesterday, includes v18.3 of @jupyterlab/application & @jupyterlab/notebook, causes install with jupyterlab_vim master branch to fail at linking stage due to package incompatibility.

Recompiled after updating package.json file for these packages, seems to work okay, don't know how other dependencies are affected.

ah- commented 6 years ago

Oh, didn't notice there was yet another version.

Do you want to send a pull request with your updates? Maybe similar to https://github.com/jwkvam/jupyterlab-vim/pull/52?

MisterVulcan commented 6 years ago

Shoot, I should have just commented on #52, hadn't seen it. Will do.