Last active
February 26, 2018 23:05
-
-
Save horitaku1124/3ceeb5d1ee8f705c2e61f18bf31f1872 to your computer and use it in GitHub Desktop.
getting started Jupyter/notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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