diff --git a/notebook.bat b/notebook.bat new file mode 100644 index 00000000..b5b44948 --- /dev/null +++ b/notebook.bat @@ -0,0 +1,20 @@ +@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 jupyter +call K:\python\condabin\activate +jupyter notebook +subst K: /D +cmd /k \ No newline at end of file