-
Notifications
You must be signed in to change notification settings - Fork 10
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 Jupyter notebook widget/dashboard #53
Comments
@elin1231 - as you start to have updated findings on the topic, please drop them into this ticket. |
Jupyter notebook and Jupyter lab are very different in the way extensions are written. Josh suggested Jupyter Lab as the main focus of this project. The following link is the get started guide for sample Jupyter Lab project: Get Started: This has been especially helpful for this project: |
https://jupyterlab.readthedocs.io/en/stable/developer/extension_dev.html#tokens The naming scheme could be found here: |
Most of the notes above are about dashboards, but we should also have rich display on |
#230 completes widgets for Map state tracking. Other things that we'd like to do in the future:
|
Various resources:
https://ipywidgets.readthedocs.io/en/stable/index.html (the standard)
http://panel.pyviz.org/ (new project that might make things easier?)
The text was updated successfully, but these errors were encountered: