Replace jupyter with jupyterlab
This commit is contained in:
@@ -5,7 +5,7 @@ with pkgs;
|
|||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
python3
|
python3
|
||||||
python3Packages.jupyter
|
python3Packages.jupyterlab
|
||||||
python3Packages.numpy
|
python3Packages.numpy
|
||||||
python3Packages.pandas
|
python3Packages.pandas
|
||||||
python3Packages.scikit-learn
|
python3Packages.scikit-learn
|
||||||
@@ -14,6 +14,6 @@ mkShell {
|
|||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
jupyter notebook
|
jupyter-lab
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user