microsoft / gather

Spit shine for Jupyter notebooks 🧽✨
https://microsoft.github.io/gather
MIT License
532 stars 38 forks source link

Bump to support Jupyter Lab API 1.0 #22

Closed andrewhead closed 5 years ago

andrewhead commented 5 years ago

When setting up a development environment for nbgather, linking the extension fails because the Jupyter Lab package versions in package.json are not compatible with the version of Jupyter Lab that is now downloaded by pip by default.

The project should be refactored to use APIs from the Jupyter Lab project version >=1.0.

andrewhead commented 5 years ago

The version is bumped! nbgather can once again be installed with the latest version of Jupyter Lab via the normal command jupyter labextension install nbgather.

If someone tries to install nbgather into an earlier version of Jupyter Lab (say 0.35.4), due to the default behavior of jupyter labextension install, it will install an earlier version of this plugin that was compatible with that version of Jupyter Lab (say, nbgather v0.4.0)