Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdbecker/qstk-ipy-notebook

IPython Notebook versions of QSTK tutrials
https://github.com/mdbecker/qstk-ipy-notebook

Last synced: about 2 months ago
JSON representation

IPython Notebook versions of QSTK tutrials

Awesome Lists containing this project

README

        

QSTK-IPy-Notebook
=================

IPython Notebook versions of QSTK tutorials

The easiest way to use these is to untar QSTK into the directory of this project. For example:
```bash
$ wget http://pypi.python.org/packages/source/Q/QSTK/QSTK-0.2.5.tar.gz
$ tar -xzvf QSTK-0.2.5.tar.gz
```

Then start IPython Notebook:
```bash
$ python notebook --pylab=inline
```