-
Notifications
You must be signed in to change notification settings - Fork 947
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
Meta issue for in-person Jan 2020 in-person sprint #2641
Comments
Feel free to add new discussion items to the list! |
CC also @kaiayoung, @jdfreder, @ellisonbg, @afshin, @mbektasbbg, @ChakriCherukuri, @ibdafna, @cquah We still have capacity, so if anyone wants to come and help on an intensive sprint towards ipywidgets 8.0 and beyond, please let me or Sylvain know. Unfortunately, we don't have a travel budget to help with expenses. |
We came to some TypeScript improvements ideas with @kaiayoung @mbektasbbg @ibdafna. Currently, there is no type validation on the backbone model. For example It would be super nice to be able to define the model attributes types in the |
Hello everyone! If possible, I'd like to discuss standardizing module resolutions for ipywidgets. @blois and others from Google brought this up a while back and drafted this doc. ipywidgets support was recently added to nteract and quite a few people have requested support for custom widgets so I'm especially interested in working on this. Also, I've got some more ideas about things we can improve in ipywidgets, especially from the perspective of implementors. I will update this comment later with concrete pieces of feedback. |
Thanks @captainsafia! Would you be able to attend the meeting too? |
Some more items I'd like to explore for 8.0:
|
|
|
|
FYI, right now on master, ipywidgets doesn't work in jlab or the latest jlab beta. For now, follow the instructions at https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/dev_install.md, but do not install JupyterLab. |
JupyterLab had a new beta released, and things seem to work fine now. So feel free to run the dev-install script after doing |
@captainsafia Is there a time for you that would be good for calling in to discuss module resolution etc? We are typically all in during 10-18 CET. |
Thanks everyone for the successful sprint! |
As discussed in #2587, there will be an in-person code developer sprint:
Date: Jan 6-10, 2020
Location: CFM, 23 rue de l'Université, 75007 Paris
Hours: 9:30am - 6pm
The goal is to have a push towards ipywidgets 8.0.
Here are a few bullet points for items that we may want to handle for the 8.0 release
HackMD for notes
Packaging
ipywidgets
towidgetsnbextension
and ofwidgetsnbextension
toipykernel
.ipycontrols
andipywidget-core
?New controls?
The future of BackboneJS in ipywidgets
Drop deprecated APIs
Dropping Python 2 support
ipython_genutils
package?Drop static directory in custom widgets
Discussions on blocking / async patterns to operate on widgets
The text was updated successfully, but these errors were encountered: