【ipywidgets】Google Colabを使った対話型ウィジェットで分析環境を整える方法 - Qiita

現在職場でGoogle Colabを使って分析環境を整え、誰もが高度な分析ができることを目指しています。具体的には作ったコードをボタン1つで実行するだけで、コードに慣れていない人でもデータからインサイトを得られる。そんな環境作りを目指しています。 とはいえ、 「コードが不慣...

Qiita

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 😔

#jupyterlab #ipywidgets #python

Text() causes run of @interact_manual decorated function on focus change ; but Textarea() does not · Issue #3915 · jupyter-widgets/ipywidgets

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...

GitHub

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 😤).

#threejs #python #jupyter

GitHub - widgetti/reacton: A pure Python port of React for ipywidgets

A pure Python port of React for ipywidgets. Contribute to widgetti/reacton development by creating an account on GitHub.

GitHub
GitHub - voila-dashboards/voila: Voilà turns Jupyter notebooks into standalone web applications

Voilà turns Jupyter notebooks into standalone web applications - voila-dashboards/voila

GitHub

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

https://github.com/matplotlib/jupyter-matplotlib

matplotlib/jupyter-matplotlib

Matplotlib Jupyter Extension. Contribute to matplotlib/jupyter-matplotlib development by creating an account on GitHub.