Resolve "Add Jupyter Notebooks to Sphinx documentation"
Closes #79 (closed)
Here is the new documentation (26 MB).
Merge request reports
Activity
added Add/modify Doc Enhancement labels
assigned to @snuverink_j
mentioned in issue #32 (closed)
- Resolved by snuverink_j
One more thing, what about the data that used in the notebooks.
Could we make them available on the web and modify the access accoddingly?
I mean something like this
import csv import urllib2
url = 'http://winterolympicsmedals.com/medals.csv' response = urllib2.urlopen(url) cr = csv.reader(response)
Not sure if that is working with h5 data, but should work with *.stat
We could have a set of example data on the web and not polluting the git repo
mentioned in commit 11b491dc
mentioned in issue #81 (closed)