jupyterlab: fix JUPYTERLAB_DIR lookup
without this option jupyterlab will look into the system python installation directories
This commit is contained in:
parent
2e18f1661b
commit
48bc430dea
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ buildPythonPackage rec {
|
|||
notebook
|
||||
];
|
||||
|
||||
makeWrapperArgs = [
|
||||
"--set" "JUPYTERLAB_DIR" "$out/share/jupyter/lab"
|
||||
];
|
||||
|
||||
# Depends on npm
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue