Giter Site home page Giter Site logo

dafnisidiropoulou / python_data_science Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andreivmaksimov/python_data_science

0.0 1.0 0.0 233 KB

Docker container with Jupyter, Matplotlib, Pandas, Tensorflow and Keras

JavaScript 0.09% Python 0.19% Jupyter Notebook 99.71% Shell 0.01%

python_data_science's Introduction

Python Data Science container

CircleCI

This is fully ready Docker container with:

  • NumPy
  • Pandas
  • Sklearn
  • Matplotlib
  • Seaborn
  • pyyaml
  • h5py
  • Jupyter
  • Tensorflow
  • Keras
  • OpenCV 3

We're building this container on top of Ubuntu 16.04 Docker container (Dockerfile) and Anaconda Docker container (Dockerfile)

Running container

We'll use notebooks forlder to store Jupyter Notebooks:

mkdir notebooks

Run Docker container with the following command:

docker run -it -p 8888:8888 -p 6006:6006 -d -v $(pwd)/notebooks:/notebooks amaksimov/python_data_science

We're using following parameters:

  • -p 8888:8888 to export Jupyter Web interface
  • -p 6006:6006 to export TensorflowDashboard Web interface
  • -d to run Docker container in background
  • -v notebooks:/notebooks to mount just created notebooks folder Docker inside container

© Andrei Maksimov / ProgKids.ru

python_data_science's People

Contributors

andreivmaksimov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.