Update imports and dependencies for JupyterLab 2 beta
[x] Bump to version 0.5.0-beta.1
[x] Change @phosphor/* to @lumino/*
[x] Use setting registry from new @jupyterlab/settingregistry package
[x] Update other dependency version numbers to match JupyterLab
Notes
These changes are sufficient to update the shortcut UI extension to work with JupyterLab 2 afterhttps://github.com/jupyterlab/jupyterlab/pull/7699 is released. Until then, the jupyter labextension build step will fail.
This PR uses beta versions of the JupyterLab packages! This is for testing against the new version of JupyterLab.
Update imports and dependencies for JupyterLab 2 beta
0.5.0-beta.1
@phosphor/*
to@lumino/*
@jupyterlab/settingregistry
packageNotes
jupyter labextension build
step will fail.