Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Created April 7, 2018 03:58
Show Gist options
  • Save hrdtbs/6765d3d4806ea55d03e14a3900023068 to your computer and use it in GitHub Desktop.
Save hrdtbs/6765d3d4806ea55d03e14a3900023068 to your computer and use it in GitHub Desktop.
MacでJupyterをとりあえず動かす
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3
pip3 install jupyter
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment