diff --git a/notebook.bat b/Jupyter.bat similarity index 84% rename from notebook.bat rename to Jupyter.bat index e68e7848..5ce36ef9 100644 --- a/notebook.bat +++ b/Jupyter.bat @@ -7,23 +7,23 @@ IF %M%==2 GOTO subfolder IF %M%==3 GOTO drivemap_B :subfolder -umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge jupyter +umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge jupyterlab call miniconda3\condabin\activate -jupyter notebook +jupyter-lab cmd /k :drivemap subst K: miniconda3 >nul -umamba.exe install --no-shortcuts -r K:\python\ -n base -c conda-forge jupyter +umamba.exe install --no-shortcuts -r K:\python\ -n base -c conda-forge jupyterlab call K:\python\condabin\activate -jupyter notebook +jupyter-lab subst K: /D cmd /k :drivemap_B subst B: miniconda3 >nul -umamba.exe install --no-shortcuts -r B:\python\ -n base -c conda-forge jupyter +umamba.exe install --no-shortcuts -r B:\python\ -n base -c conda-forge jupyterlab call B:\python\condabin\activate -jupyter notebook +jupyter-lab subst B: /D cmd /k \ No newline at end of file