https://github.com/ccnmtl/ipython-notebook
https://github.com/ccnmtl/ipython-notebook
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccnmtl/ipython-notebook
- Owner: ccnmtl
- License: other
- Created: 2014-06-22T21:15:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T01:30:56.000Z (almost 11 years ago)
- Last Synced: 2025-02-16T00:44:09.957Z (4 months ago)
- Language: Python
- Size: 404 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
This project contains configuration files for provisioning a full ipython notebook setup including
* numpy
* matplotlib (inline graphics enabled)
* pandas
* gensim
* nltk
* textblob
* ggplot## Docker installation
For creating a server version of ipython notebook, running within a Docker containerSee the ./Docker directory README for instructions.
## Vagrant installation
For creating a local version of ipython notebook, running within a vagrant virtual machine. Once vagrant is installed on Windows/OS X/Linux, you should be able to easily bring up an ipython notebook server that you can access through your webbrowser on your local machine.See the `./Vagrant` directory README for instructions.
We developed this in the context of a Digital Humanities course offered at Columbia University:
http://www.columbia.edu/cu/bulletin/uwb/subj/ENGL/S3024-20142-001/
* Graham Sack
* Jonah Bossewitch
* Anders Pearson