Jupyter Git integration
This commit is contained in:
parent
f917d3438f
commit
7a9297adc3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue