From c5462ec48026781faf91c063a4bc221782272a24 Mon Sep 17 00:00:00 2001 From: Henk Date: Mon, 9 May 2022 02:41:00 +0200 Subject: [PATCH] Better Jupyter --- notebook.bat => Jupyter.bat | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename notebook.bat => Jupyter.bat (84%) 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