Jupyter Git integration

This commit is contained in:
Henk 2022-05-11 01:31:12 +02:00
parent f917d3438f
commit 7a9297adc3
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ softprompts
models models
!models/models go here.txt !models/models go here.txt
Uninstall Uninstall
.ipynb_checkpoints
# Ignore PyCharm project files. # Ignore PyCharm project files.
.idea .idea

View File

@ -7,14 +7,14 @@ IF %M%==2 GOTO subfolder
IF %M%==3 GOTO drivemap_B IF %M%==3 GOTO drivemap_B
:subfolder :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 call miniconda3\condabin\activate
jupyter-lab jupyter-lab
cmd /k cmd /k
:drivemap :drivemap
subst K: miniconda3 >nul 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 call K:\python\condabin\activate
jupyter-lab jupyter-lab
subst K: /D subst K: /D
@ -22,7 +22,7 @@ cmd /k
:drivemap_B :drivemap_B
subst B: miniconda3 >nul 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 call B:\python\condabin\activate
jupyter-lab jupyter-lab
subst B: /D subst B: /D