Let’s get Rocking! on Jupyter Notebook


Summary

Mac: OS X El Capitan (Ver 10.11.6)
pyenv: 1.0.2
Anaconda: 3-4.1.1
Jupyter: 4.1.0

 

Install pyenv

Simple Python Version Management: pyenv

Something like rbenv for Python, so that we could easily switch between multiple versions of Python.

 

Install Anaconda (Python) with Jupyter

Anaconda includes

  • Python
  • popular packages such as Numpy, SciPy, Jupyter (package list)
  • dependency and environment manager (conda)

 

Kick the Notebook

This will open the default browser to http://localhost:6109/tree .

 

 

 

 

 

Leave a comment

Your email address will not be published. Required fields are marked *