【ipywidgets】Google Colabを使った対話型ウィジェットで分析環境を整える方法
https://qiita.com/MK_05Ta/items/2e52bbde0f4c7a02bc7b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【ipywidgets】Google Colabを使った対話型ウィジェットで分析環境を整える方法
https://qiita.com/MK_05Ta/items/2e52bbde0f4c7a02bc7b?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
This is really annoying: When you’re using ipywidgets’s interact_manual AND a Text widget, the function will get triggered once unfocusing the text input with a changed value … https://github.com/jupyter-widgets/ipywidgets/issues/3915
I really do not want to use Textarea everywhere 😔
Description Text() causes run of @interact_manual decorated function on focus change ; but Textarea() does not Reproduce @interact_manual def doitdoitnow(arg=Textarea('arg')): print('u ran me') whe...
The rabbit hole deepens with #ipywidgets...
Fresh template/example project install.
I *think* the documentation needs some revamping to indicate you still need to run `yarn install` before `yarn build`
HOWEVER...
persistent unhappy errors:
`Internal Error: typescript@patch:typescript@npm%3A~5.3.3#~builtin<compat/typescript>: This package doesn't seem to be present in your lockfile; run "yarn install" to update the lockfile`
(Obviously I've already run yarn install so this doesn't help).
My sunday yak shave instead of doing other things was figuring out how #ipywidgets work and making a small one to load #rhino3d models into a @threejs renderer in @ProjectJupyter notebooks
Has anyone done #rhinoinside #jupyter yet?😅
This was a lot harder than I expected for really dumb reasons (webpack, mostly 😤).
reacton is a new kid on the block to write webUIs using #python leveraging the power of #ipywidgets and #React
https://github.com/widgetti/reacton
https://reacton.solara.dev/en/latest/
https://maartenbreddels.medium.com/advance-your-ipywidget-app-development-with-reacton-6734a5607d69
RT @[email protected]
@[email protected]'s #voila #dashboards v0.4.0 is out!
This new release supports #ipywidgets 8! It also brings some small improvements and bug fixes.
https://github.com/voila-dashboards/voila
#python #dasboarding #data #datascience
🐦🔗: https://twitter.com/martinRenou/status/1585637464185909248
RT @martinRenou
Just released ipympl 0.5.0!
Check out the interactive
@matplotlib back-end for @ProjectJupyter, based on #ipywidgets
This release includes:
- Code cleanup and performance improvements
- A resize handle for plots