Closed raviolispy closed 2 years ago
The extension lost compatibility with JupyterLab after 2.0.0 simply because of package.json - I updated package.json to support v2.0.0+
Please finish the following when submitting a pull request:
History.md
If this is a release, additionally do the following:
package.json
jlpm install
yarn.lock
Thanks!
The problems run a bit deeper than package.json but they've been fixed in a fork that you can install: https://github.com/axelfahy/jupyterlab-vim
jupyter labextension install @axlair/jupyterlab_vim
The extension lost compatibility with JupyterLab after 2.0.0 simply because of package.json - I updated package.json to support v2.0.0+
Please finish the following when submitting a pull request:
History.md
briefly documenting the change.If this is a release, additionally do the following:
package.json
package.json
jlpm install
to updateyarn.lock
Thanks!