https://github.com/docnow/notebooks
sketches, ideas and experiments
https://github.com/docnow/notebooks
Last synced: 5 months ago
JSON representation
sketches, ideas and experiments
- Host: GitHub
- URL: https://github.com/docnow/notebooks
- Owner: DocNow
- License: other
- Created: 2016-04-02T11:32:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T19:37:15.000Z (over 9 years ago)
- Last Synced: 2025-04-05T13:39:52.962Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 978 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DocNow Notebooks
This repository contains various Jupyter notebooks used by the DocNow team
for sharing and testing out ideas and code. They are written to run under
Anaconda's Python 3 environment.
To use them you'll need to:
* install [Anaconda] for Python 3
* create the environment: `conda env create --name docnow-notebooks --file environment.yml`
* activate it: `source activate docnow-notebooks`
* start Jupyter: `jupyter notebook`
* voilà, your browser should open with a view of the notebooks
Some of the notebooks may be dependent on the Twitter API so you should go over
to [apps.twitter.com], create an app and set these environment variables using
your application's keys:
* CONSUMER_KEY
* CONSUMER_SECRET
* ACCESS_TOKEN
* ACCESS_TOKEN_SECRET
You may want to set these [in your Anaconda environment] so you don't have to
remember to set them all the time. If you want you can also run the notebooks in
mybinder without needing to installing things locally:
[](http://mybinder.org/repo/docnow/notebooks)
[Anaconda]: https://www.continuum.io/downloads
[apps.twitter.com]: https://apps.twitter.com
[in your Anaconda environment]: http://conda.pydata.org/docs/using/envs.html#saved-environment-variables