An open API service indexing awesome lists of open source software.

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

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`