FS#63043 - [jupyterlab] jupyter labextension link/install don't work

Attached to Project: Community Packages
Opened by Colin Caine (colin) - Sunday, 30 June 2019, 15:49 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 30 June 2019, 21:37 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

$ jupyter labextension install <an_extension>

Won't work because of directory write permissions, fair enough.

$ sudo jupyter labextension install <an_extension>

Won't work because /usr/lib/python3.7/site-packages/jupyterlab/staging/index.js and /usr/share/jupyter/lab/staging/index.js are the same file.

Same with

$ sudo jupyter labextension link /path/to/extension

Suggestion:

Don't make jupyter/lab a symlink to site-packages/jupyterlab/
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 30 June 2019, 21:37 GMT
Reason for closing:  Fixed
Additional comments about closing:  jupyterlab 1.0.0-2

Loading...