diff --git a/.gitignore b/.gitignore index 3962558b..9b79234b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ softprompts models !models/models go here.txt Uninstall +.ipynb_checkpoints # Ignore PyCharm project files. .idea diff --git a/Jupyter.bat b/Jupyter.bat index 5ce36ef9..df19a07f 100644 --- a/Jupyter.bat +++ b/Jupyter.bat @@ -7,14 +7,14 @@ IF %M%==2 GOTO subfolder IF %M%==3 GOTO drivemap_B :subfolder -umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge jupyterlab +umamba.exe install --no-shortcuts -r miniconda3 -n base -c conda-forge jupyterlab jupyterlab-git call miniconda3\condabin\activate jupyter-lab cmd /k :drivemap subst K: miniconda3 >nul -umamba.exe install --no-shortcuts -r K:\python\ -n base -c conda-forge jupyterlab +umamba.exe install --no-shortcuts -r K:\python\ -n base -c conda-forge jupyterlab jupyterlab-git call K:\python\condabin\activate jupyter-lab subst K: /D @@ -22,7 +22,7 @@ cmd /k :drivemap_B subst B: miniconda3 >nul -umamba.exe install --no-shortcuts -r B:\python\ -n base -c conda-forge jupyterlab +umamba.exe install --no-shortcuts -r B:\python\ -n base -c conda-forge jupyterlab jupyterlab-git call B:\python\condabin\activate jupyter-lab subst B: /D