This image contains the basics to start your data science environment. It uses miniconda 3 as package manager with Jupyter Notebook.
Main packages: Pandas, Bokeh, Seaborn, Numpy, Matplotlib, Python 3.7.3.
For more info about packages run:
Docker compose yaml file:
version: "3.3"
services:
jupyter:
image: yvalencia/dsmc3:latest
container_name: jupyter
ports:
- "8888:8888"
volumes:
- host_folder_path:/dsenv
restart: always
Content type
Image
Digest
Size
1.3 GB
Last updated
over 6 years ago
docker pull yvalencia/dsmc3