Closed idoDavid closed 5 years ago
Any update on this?
I noticed the current master's package.json works with jupyter 0.19.x and was able to install it by following the development installation steps:
# Clone the repo to your local environment
git clone https://github.com/jupyterlab/jupyterlab-shortcutui.git
cd jupyterlab-shortcutui
# Install dependencies
npm install # or yarn
# Build Typescript source
npm run build # or yarn build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
Since the current master works correctly with JupyterLab 0.19.X and the package.json file has been updated to reflect this, can this node package to published to npm?
Still getting this. Has the package not been updated on npm?
/cc: @jasongrout, I ended up here after following setup instructions https://github.com/jupyterlab/scipy2019-jupyterlab-tutorial
FYI, Just ran in the same issue:
user@host:~$ jupyter labextension install @jupyterlab/shortcutui
Node v8.10.0
> /usr/bin/npm pack @jupyterlab/shortcutui
jupyterlab-shortcutui-0.3.1.tgz
Errored, use --debug for full output:
ValueError: This extension does not yet support the current version of JupyterLab.
Conflicting Dependencies:
JupyterLab Extension Package
>=0.19.1 <0.20.0 >=0.18.0 <0.19.0 @jupyterlab/application
>=0.19.1 <0.20.0 >=0.18.0 <0.19.0 @jupyterlab/apputils
I have the same problem. Is this extension abandoned?
I've created a push request that should update the dependencies to the latest version of jupyterlab. Still far from prefect, but at least it now shows all the shortcuts, and has some limited update capabilities.
Version 0.4.0 supports JupyterLab 1.x now!
Conflicting Dependencies: JupyterLab Extension Package