Chris Harris
Chris Harris
@joelvbernier Is this one we should also prioritize?
When trying to run ``` jupyter labextension link . ``` I am running to the following issue: ``` > npm install /home/cjh/work/source/jupyterlab_json/labextension npm WARN install Couldn't install optional dependency: Unsupported...
So I did a little more digging. If I install jupyterlab from git ( ```pip install -e .``` ) then the ```jupyter labextension link``` works.
@gnestor I am using the dev install. First I installed jupyterlab ^0.20.0 via pip and got the error above. However, if I install jupyterlab from a git repo the install...
pip is giving me [email protected]
```jupyter labextension link``` fails with this pip installed version
We are also running into this, any chance of getting this fix merged?
OK, but the current implementation gives spurious move events? I tend to agree with @jrichards99 that modify/move being reported as delete/create is closer to the truth and certainly more useful...
The examples such as [jupyterlab_json](https://github.com/jupyterlab/jupyterlab_json) will need these changes.