Sign inSign up

yvalencia/dsmc3

By yvalencia

Updated over 6 years ago

miniconda3 with data science tools

Image
0

1.0K

yvalencia/dsmc3 repository overview

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 container exec -it jupyter bash
  • conda list

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

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

over 6 years ago

docker pull yvalencia/dsmc3