-
Notifications
You must be signed in to change notification settings - Fork 304
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
Create a set of example notebooks #30
Comments
For now maybe the simplest would be to have:
|
This is the part where folk will want to be able to put their stuff in and
all but _instantly_ get a working site, with notebooks, file assets, data
sets, that work with markdown, image viewers, etc. I see this as realizing
the /api/contents route, even if the _actual_ contents stay in their native
format.
As hinted at on #41, I think the part where one adds contents should
definitely not require webpack, nor should examples be shipped as part of
the distributed base assets. Really just should need to build up the JSON
tree, which should be doable in node or python (or whatever).
|
4 tasks
Closed
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These example notebooks could be added to the local storage by default (so available in the file browser on the first startup), and be used to quickly showcase a specific feature of a kernel or the language.
The text was updated successfully, but these errors were encountered: