Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stochastic-thread/634c9bd1e67b566173ff313ae3543ae0 to your computer and use it in GitHub Desktop.
Save stochastic-thread/634c9bd1e67b566173ff313ae3543ae0 to your computer and use it in GitHub Desktop.

$> conda create --name three python=3.5.1 scipy numpy pandas jupyter

three is name of the environment I'm making

after all the installs occur, run source activate three and then if you want to deactivate, run source deactivate

Within the activated environment, run jupyter notebook to open up a Jupyter notebook.

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