Jupyter Git integration
This commit is contained in:
parent
f917d3438f
commit
7a9297adc3
|
@ -24,6 +24,7 @@ softprompts
|
|||
models
|
||||
!models/models go here.txt
|
||||
Uninstall
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Ignore PyCharm project files.
|
||||
.idea
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue