Skip to content

kriss024/anaconda-python-and-pygad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Anaconda Python for Data Science

Python 3.8.8 with PyGAD, TensorFlow 2, scikit-learn libraries

How to Use this Image

To launch the container, run the following command:
in Windows:

docker run -it --name pygad -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-and-pygad

in Windows WSL or Linux:

docker run -it --name pygad -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-and-pygad

After that you can start using the commands in container

Content

  • Anaconda Python 3.8.8
  • Jupyter Notebook
  • Beautiful Soup
  • Bokeh
  • Dask
  • Flask
  • Hyperopt
  • Keras
  • NumPy
  • imageio
  • Openpyxl
  • Pandas
  • scikit-learn
  • SciPy
  • seaborn
  • Statsmodels
  • SQLAlchemy
  • PyGAD
  • TensorFlow 2