https://github.com/readdy/readdy_tutorials
Example notebooks to demonstrate the usage of readdy
https://github.com/readdy/readdy_tutorials
Last synced: 11 days ago
JSON representation
Example notebooks to demonstrate the usage of readdy
- Host: GitHub
- URL: https://github.com/readdy/readdy_tutorials
- Owner: readdy
- Created: 2017-04-25T16:09:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T10:23:50.000Z (over 5 years ago)
- Last Synced: 2025-01-10T09:33:34.359Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.09 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReaDDy tutorials ...
... to be hosted on the [documentation website](https://readdy.github.io/readdy_documentation/index.html)
All notebooks located in this repo must have certain metadata. The metadata is located in the root of the notebook, which
is nothing more than a json string. The required metadata must have the following form:
```javascript
{
"readdy" : {
"title": "Simple example",
"position": "1"
},
...
}
```
Notebook metadata can be edited from the jupyter browser view `Edit > Edit Notebook Metadata`