widgetti / widgetti/ipyvuetify
Compatibility with voila > 0.5
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 355
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading to voila 0.5.7 (from 0.4.x), I start getting warnings in the console:
Unsatisfied version 6.0.6 of shared singleton module @jupyter-widgets/base (required ^1 || ^2 || ^3 || ^4)
Unsatisfied version 4.2.0 of shared singleton module @jupyterlab/apputils (required ^3.6.7)
which seems to be coming from the currently supported versions: https://github.com/widgetti/ipyvuetify/blob/f4cf06cf0ccd617354eccf783a387b3dcf6195b6/js/package.json#L57
Note, I haven't seen any issues as of now, so perhaps it is ok to simply bump (also according to the ipywidgets docs): https://ipywidgets.readthedocs.io/en/latest/migration_guides.html#updating-package-json
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with js/package.json at the linked dependency declarations and compare its supported versions with voila 0.5.7 and the ipywidgets migration guidance. Reproduce the console warnings in a voila 0.5.7 environment, then verify that the updated compatibility ranges remove them without introducing widget-loading issues.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100