Skip to content

Instantly share code, notes, and snippets.

@rjollet
Last active February 12, 2017 07:04
Show Gist options
  • Save rjollet/0c8cb4fb510367b8b8592146c736eda1 to your computer and use it in GitHub Desktop.
Save rjollet/0c8cb4fb510367b8b8592146c736eda1 to your computer and use it in GitHub Desktop.
conda environment to use spark with jupyter
conda create --name spark python=3
source activate spark
conda install jupyter
pip install --pre toree
jupyter toree install --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment