https://github.com/mdbecker/qstk-ipy-notebook
IPython Notebook versions of QSTK tutrials
https://github.com/mdbecker/qstk-ipy-notebook
Last synced: 5 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-03T22:54:49.000Z (over 13 years ago)
- Last Synced: 2025-06-18T19:44:42.818Z (about 1 year ago)
- Size: 968 KB
- Stars: 1
- Watchers: 1
- 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
```