Skip to content

Instantly share code, notes, and snippets.

@travis23
Created April 15, 2020 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travis23/7594d7eacfd788f60e7847c3c24eb2e9 to your computer and use it in GitHub Desktop.
Save travis23/7594d7eacfd788f60e7847c3c24eb2e9 to your computer and use it in GitHub Desktop.
[Batch File to Open Jupyter Lab] #batch #Jupyter #Anaconda
set root=C:\Users\user\Anaconda3
call %root%\Scripts\activate.bat %root%
call activate py37
call cd "C:\Users\TNiederhauser\Dropbox (Medic)\MedicData\Floor Scale"
call jupyter lab
cmd /k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment