@echo off cd %~dp0 TITLE Jupyter for KoboldAI Runtime SET /P M=nul 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 cmd /k :drivemap_B subst B: miniconda3 >nul 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 cmd /k