Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdbecker/qstk-ipy-notebook
- Owner: mdbecker
- Created: 2013-03-03T22:40:20.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-03T22:54:49.000Z (almost 12 years ago)
- Last Synced: 2023-03-12T08:28:49.453Z (almost 2 years ago)
- Size: 968 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```