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