Skip to content

kriss024/anaconda-python-for-data-science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Anaconda Python for Data Science

Python 3.8.8 with TensorFlow 2, XGBoost, LightGBM, OpenCV libraries

How to Use this Image

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

docker run -it --name python3 -p 8888:8888 -v C:\Work:/home/notebooks kriss024/anaconda-python-for-data-science

in Windows WSL or Linux:

docker run -it --name python3 -p 8888:8888 -v "$PWD":/home/notebooks kriss024/anaconda-python-for-data-science

Navigate to http://127.0.0.1:8888/ in your web browser to run the jupyter notebook

Content

  • Anaconda Python 3.8.8
  • Jupyter Notebook
  • Beautiful Soup
  • Bokeh
  • GeoPy
  • Category Encoders
  • Dask
  • ELI5
  • Flask
  • Hyperopt
  • Hyperopt-sklearn
  • imageio
  • Joblib
  • Keras
  • NumPy
  • OpenCV
  • Openpyxl
  • Pandas
  • Pingouin
  • Pillow
  • Plotly
  • psycopg2
  • scikit-learn
  • SciPy
  • seaborn
  • SHAP
  • Statsmodels
  • spaCy
  • SQLAlchemy
  • Theano
  • TensorFlow 2
  • XGBoost
  • LightGBM