Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

yantonov/machine-learning-data-analysis-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Environment for machine learning specialization

Docker file provides:

  1. anaconda
  2. gensim
  3. bigartm
  4. jupiter
  5. pybrain
  6. jupiterlab

Usage:

Add 'python3', 'python2' directories of this repository to PATH variable.

Run jupiter notebook using python 3:

jupiter.sh notebook

Run jupiter notebook using python 2:

jupiter-python2.sh notebook

Run jupiter lab using python 3:

jupiter.sh

Run jupiter lab using python 2:

jupiter-python2.sh

After that you can connect to notebook at localhost:8888, current working directory will be mounted also.

Links:

  1. image for python3
  2. image for python2