:: create a .bat file and paste the following lines
:: enable anaconda environment
set root=C:\ProgramData\Anaconda3
call %root%\Scripts\activate.bat %root%
:: start Jupyter Notebook from preferred location
call cd "C:\2022\JupyterNoteBooks"
call jupyter notebook
pause
Comments
Post a Comment