Skip to content

Instantly share code, notes, and snippets.

@philkuz
Created March 7, 2019 05:59
Show Gist options
  • Save philkuz/6d0bb9d0e65f0f205bc34d58e6af4912 to your computer and use it in GitHub Desktop.
Save philkuz/6d0bb9d0e65f0f205bc34d58e6af4912 to your computer and use it in GitHub Desktop.

Jupyter setup

Open up your terminal and copy/paste the following

# Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install pip
easy_install pip
# Install jupyter and other packages
pip install jupyter numpy scipy sklearn

Start up Jupyter Notebook

jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment