Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created January 8, 2020 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/7d12dbbddcbaf3f4d0844837cb2a6449 to your computer and use it in GitHub Desktop.
Save garystafford/7d12dbbddcbaf3f4d0844837cb2a6449 to your computer and use it in GitHub Desktop.
FROM jupyter/all-spark-notebook:latest
USER root
RUN pip install jupyter_contrib_nbextensions \
&& jupyter contrib nbextension install --system \
&& pip install jupyter_nbextensions_configurator \
&& jupyter nbextensions_configurator enable --system \
&& pip install yapf # for code pretty
USER $NB_UID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment