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

Add function to load schema from file directly #13

Merged
merged 2 commits into from
Jul 9, 2019
Merged

Add function to load schema from file directly #13

merged 2 commits into from
Jul 9, 2019

Conversation

yuvipanda
Copy link
Collaborator

Lets us load YAML / JSON files in the library,
without having to implement that logic in all clients

Lets us load YAML / JSON files in the library,
without having to implement that logic in all clients
yuvipanda added a commit to yuvipanda/notebook that referenced this pull request Jul 9, 2019
Primary advantage over JSON is that we can do multi-line strings
for more detailed documentation. We also expect humans to read &
write these, so YAML is a much better format there. All JSON
is also valid YAML, so that helps.

Depends on jupyter/telemetry#13
@Zsailer Zsailer merged commit bfb055b into jupyter:master Jul 9, 2019
Zsailer pushed a commit to Zsailer/jupyter_server that referenced this pull request May 19, 2020
Primary advantage over JSON is that we can do multi-line strings
for more detailed documentation. We also expect humans to read &
write these, so YAML is a much better format there. All JSON
is also valid YAML, so that helps.

Depends on jupyter/telemetry#13
kiendang pushed a commit to kiendang/jupyter_server that referenced this pull request Dec 17, 2020
Primary advantage over JSON is that we can do multi-line strings
for more detailed documentation. We also expect humans to read &
write these, so YAML is a much better format there. All JSON
is also valid YAML, so that helps.

Depends on jupyter/telemetry#13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants