-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Jupyter Community Workshop - The Future of Jupyter Widgets [London] #16
Comments
For archiving, here is the current contents of the hackmd: Jupyter Community Workshop - The Future of Jupyter WidgetsTuesday 18th of October - Friday 21st of October, LondonWeek Agenda:Friday 2022-10-21Zoom link for remote attendees: https://bloomberg.zoom.us/j/95137727255?pwd=OGpmYmI0RkJZelk1V2ErUWoyc2w4QT09
ipywidgets overview
Thursday 2022-10-20Zoom link for remote attendees: https://bloomberg.zoom.us/j/92527562243?pwd=ODFuR2VlZjVia0xLcCtPemRhUkFPUT09
Wednesday 2022-10-19Zoom link for remote attendees: https://bloomberg.zoom.us/j/97006618705?pwd=SnM3OXdWYUtDbWUwbFZZenY5S2ZWZz09
Tuesday 2022-10-18Zoom link for remote attendees: https://bloomberg.zoom.us/j/93920480098?pwd=SnkvNGlCWTZiUGY4b3EzWlNMMHEydz09 15 Attendees representing academia and industry, with core developers, third-party widget developers, widget users, etc.
Demos
Discussion: Widgets in Other Locations
Issues for working groups
End of day Demos
Wednesday, Oct 19Full ipywidgets stack discussionTraitlets discussion
JS StackBackbone
Lumino
Webpack
AMD modules
Minimal Interactive Outputs API
Working GroupsMinimal APIAttendee: Pete, Vidar, Paul, Jeremy, Jason An es6 module that exports a render method taking a context argument. A context has a discovery function and functions for:
Colab has a comms api:
An example mimebundle: {
'application/vnd.jupyter.es6-rich-output': 'a string that will be the src of a script tag, i.e., a url, data url, etc.',
'application/vnd.jupyter.datagrid+json': {'data': ['some', 'data', 'in', 'a', 'structure', 'which', 'the', 'js', 'can', 'access']},
'text/html': 'fallback rendering of your data',
'text/plain': 'fallback rendering of your data'
} The mimebundle renderer for The context object has mandatory fields:
Optional fields:
JupyterLab branch for prototype implementation: https://github.com/jupyterlab/jupyterlab/tree/es6-rich-output Traitlet improvements
ThursdayBuilding larger applications with ipywidgets
FridayContributing
Yjs investigations
|
Sorry for the bump, just noticed this reference in jashkenas/backbone#4244.
Indeed, please submit PRs to the main repo instead! I realize I have not been very proactive in the past months, but I'm still keeping an eye on my notifications and will handle PRs swiftly. |
Concerning the point:
I created the https://github.com/jupyter-widgets-contrib organization, moving ipycanvas there already as a test. The website is here: https://jupyter-widgets-contrib.github.io/. It is simply a fork of the JupyterLab contrib website. Feel free to open transfer requests so we can start feeding this organization! Happy to give admin rights to people as well in the process. |
HackMD for the event: https://hackmd.io/ygqeDBoLRPC7piEcfYKk2g
The text was updated successfully, but these errors were encountered: