As the title described. I already set the Vagrantfile with:
config.vm.network "forwarded_port", guest: 8888, host: 8888, auto_correct: true
and also set the jupyter_notebook_config.py as:
c.NotebookApp.port = 8888
When I activate the notebook in vagrant virtualbox the displayed info was normal:
But local browser (Safari) can't access to it by any means.