Skip to content

Instantly share code, notes, and snippets.

@horitaku1124
Last active February 26, 2018 23:05
Show Gist options
  • Save horitaku1124/3ceeb5d1ee8f705c2e61f18bf31f1872 to your computer and use it in GitHub Desktop.
Save horitaku1124/3ceeb5d1ee8f705c2e61f18bf31f1872 to your computer and use it in GitHub Desktop.
getting started Jupyter/notebook
# docker build . -t pandas_jupyter -f Dockerfile.jupyter
FROM jupyter/notebook:latest
RUN pip install --upgrade pip
RUN pip install pandas-datareader matplotlib scipy
# RUN apt update
# RUN apt install python3-tk -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment