Skip to content

Instantly share code, notes, and snippets.

@afranzi
Last active May 16, 2019 09:51
Show Gist options
  • Save afranzi/7a689dcf5e98f07b55ec6e008272fb86 to your computer and use it in GitHub Desktop.
Save afranzi/7a689dcf5e98f07b55ec6e008272fb86 to your computer and use it in GitHub Desktop.
Spark + Toree + Jupyter

Install Spark + Toree + Jupyter

pip install toree
jupyter toree install --spark_home=${SPARK_HOME} --sys-prefix
jupyter kernelspec list
Available kernels:
  apache_toree_scala    /Users/afranzi/.virtualenvs/mlflow/share/jupyter/kernels/apache_toree_scala
  python3               /Users/afranzi/.virtualenvs/mlflow/share/jupyter/kernels/python3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment