nope/wiki/start-jupyter.bat

8 lines
166 B
Batchfile
Raw Permalink Normal View History

2022-01-18 20:51:19 +00:00
set DIR=%~dp0
cd "%DIR%"
if not "%1"=="am_admin" (powershell start -verb runas '%0' am_admin & exit /b)
ijsnotebook --notebook-dir=./
import * as nope from "nope";