Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update schema descriptions #11

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions frontend/src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "string",
"title": "User docker image",
"description": "Determines languages, libraries and interfaces available",
"help": "Leave this blank to use the default"
"help": "Should be of the form <docker registry>/<org>/<name>:<tag>. E.g., quay.io/2i2c/myimagename:cb5757e7c9f8. Leave this blank to use the default."
choldgraf marked this conversation as resolved.
Show resolved Hide resolved
},
"Spawner.default_url": {
"type": "string",
Expand All @@ -18,17 +18,17 @@
{
"value": "/tree",
"title": "Classic Notebook",
"description": "What most people think of as Jupyter"
"description": "The original web application for creating and sharing computational documents"
},
{
"value": "/lab",
"title": "JupyterLab",
"description": "Powerful next generation notebook interface"
"description": "The latest web-based interactive development environment"
},
{
"value": "/rstudio",
"title": "RStudio",
"description": "Very popular R IDE"
"description": "A very popular R IDE from the company RStudio"
}
]
}
Expand Down