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 go here.txt
Uninstall
.ipynb_checkpoints
# Ignore PyCharm project files.
.idea

View File

@ -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