jupyterlab / jupyterlab-shortcutui

A JupyterLab extension for managing keyboard shortcuts
BSD 3-Clause "New" or "Revised" License
54 stars 15 forks source link

Conflicting Dependencies with newest jupyter lab version #44

Closed idoDavid closed 5 years ago

idoDavid commented 6 years ago

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 The command '/bin/sh -c jupyter labextension install @jupyterlab/shortcutui' returned a non-zero code: 1

sudarshan85 commented 5 years ago

Any update on this?

cocoaaa commented 5 years ago

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 .
BharatKambalur commented 5 years ago

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?

Rabeez commented 5 years ago

Still getting this. Has the package not been updated on npm?

consideRatio commented 5 years ago

/cc: @jasongrout, I ended up here after following setup instructions https://github.com/jupyterlab/scipy2019-jupyterlab-tutorial

ArcticSnow commented 5 years ago

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
notuntoward commented 5 years ago

I have the same problem. Is this extension abandoned?

wonsjb commented 5 years ago

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.

afshin commented 5 years ago

Version 0.4.0 supports JupyterLab 1.x now!