Replace jupyter with jupyterlab
This commit is contained in:
parent
6fbe501f9a
commit
5c595dbc92
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue