Giter Site home page Giter Site logo

dalabarda / oreilly-matplotlib-course Goto Github PK

View Code? Open in Web Editor NEW

This project forked from croach/oreilly-matplotlib-course

0.0 2.0 0.0 93.81 MB

Jupyter notebooks from my O'Reilly Media course "Matplolib for Developers: Data Visualization and Analysis with Python"

Home Page: http://shop.oreilly.com/product/0636920045632.do

License: MIT License

Jupyter Notebook 100.00%

oreilly-matplotlib-course's Introduction

Mastering Matplotlib

Jupyter notebooks for my matplotlib course from O'Reilly Media.

Setting Up Your Environment

All of the code for this course relies heavily on elements from the python scientific stack. Unlike most python packages, those used by the scientific community need to be compiled, for performance reasons, and as such, they can be a bit tricky to install. The company Continuum has effectively solved this problem for us though, by creating a new distribution of Python that comes with many of these tools already installed, and pre-complied versions of the rest are just a single terminal command away. For this reason, we’ll be using Anaconda as our python distribution for this course.

So, assuming you have Anaconda installed, you can simply run the conda env create command from the directory containing this file to create a new environment, called mpl, and install all of the packages you need.

% conda env create -f environment.yml

Once the create command finishes, you can activate the new environment by calling source activate mpl.

% source activate mpl

If everything worked correctly, you should now be able to run the code for this course with the following command:

% jupyter notebook

oreilly-matplotlib-course's People

Contributors

croach avatar

Watchers

 avatar  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.