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 307 forks source link

Miniconda doesn't include jupyter #20

Closed seajosh closed 7 years ago

seajosh commented 7 years ago

bootstrap.sh:27

seajosh commented 7 years ago

using vagrant:

sudo chown -R vagrant /home/vagrant/anaconda sudo chgrp -R vagrant /home/vagrant/anaconda conda install jupyter

seajosh commented 7 years ago

jupyter was removed from the ipython distribution and moved to its own package

https://ipython.org/

rjurney commented 7 years ago

Addressed in the pull request and the commit I just pushed.

https://github.com/rjurney/Agile_Data_Code_2/pull/13 and https://github.com/rjurney/Agile_Data_Code_2/commit/d362753c5a46e530ac92e08172495666872120e7