Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Jupyter to access jupyter notebook on virtualbox guest through browser in windows host

- Generate config file : jupyter notebook --generate-config
- Edit file : sudo nano ~/.jupyter/jupyter_notebook_config.py
- Get the line : c.NotebookApp.ip="localhost"
- change the value : c.Notebook.ip="0.0.0.0" #for all IPs
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Jupyter #access #jupyter #notebook #virtualbox #guest #browser #windows #host
ADD COMMENT
Topic
Name
8+6 =