rjurney / Agile_Data_Code_2

Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
http://bit.ly/agile_data_science
MIT License
456 stars 306 forks source link

uncomment jupyter server setup #108

Closed arnaudbouffard closed 5 years ago

arnaudbouffard commented 5 years ago

so as to indeed have jupyter notebook available at http://localhost:8888 as explained in "EC2 environment setup" part of book

"You will need to run Jupyter Notebooks from the root directory of the project, Agile_Data_Code_2. If you are using the Vagrant or EC2 setup, this has already been done for you in the boot script, and you can connect to Jupyter Notebooks at http://localhost:8888."

(I lost some time troubleshooting 8888 port forwarding when... notebook server just wasn't up)

rjurney commented 5 years ago

Good point. Thanks!