Skip to content

karticr/JupyterNoteBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

JupyterNoteBook

AutoStart Script for jupyter notebook on windows


first set up a password by executing the command
jupyter notebook --ip=0.0.0.0 --port=80 [More Info can be found here ](https://jupyter.readthedocs.io/en/latest/ "Jupyter")

Copy and paste the token and setup a new password. Once done, clone this repository.
edit the vbs script on a text editor

change the **notebookDir** to the directory you want the jupyter notebook to run on.
Incase you are going to add this vbs script to your windows autostart edit
the batfileDir to the location of the **jupyterBat.bat** file and copy the **JupyterAutoStart.vbs** to your startup folder which can be found by running

"shell:startup" on the run box

simply clicking the vbs script should start the server and in order to stop the server open
task manager and kill the jupyter notebook process.

About

AutoStart Script for jupyter notebook on windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published