Jupyter pour accéder à Jupyter Notebook sur VirtualBox Guest via Browser dans 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
Nicolas Chaillou