Jupyter para acessar o Jupyter Notebook no VirtualBox Guest através do navegador no host do Windows

- 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