Notebook

/.module.json (452 B)

 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "Notebook",
"icon": "notebook",
"description": "Provides an Observable Framework notebook",
"authorName": "Kyle U",
"authorEmail": "kyle@kyleu.com",
"license": "CC0",
"sourcecode": "https://github.com/kyleu/projectforge/tree/master/module/notebook",
"configVars": [
{
"key": "notebook_base_url",
"type": "string",
"description": "base URL of the notebook server, defaults to [app port + 10]"
}
]
}