notebook.community
Edit and run
Steps to launch webserver.py file
cd fullstack/vagrant
vagrant up
vagrant ssh
cd /vagrant/full_stack/
python webserver.py
Open Browser: localhost:8080/hello
In [ ]: