Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 536 Bytes

ReaDDy tutorials ...

... to be hosted on the documentation website

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:

{
  "readdy" : {
    "title": "Simple example",
    "position": "1"
  },
  ...
}

Notebook metadata can be edited from the jupyter browser view Edit > Edit Notebook Metadata