1414> [ Discord] ( https://discord.gg/W5h4vPMbDQ ) 🐣
1515
1616_ TL;DR: ** anywidget** v0.9 introduces ` initialize ` and ` render `
17- <a class =" underline " href =" #introducing-widget-lifecycle-hooks " >lifecyle
17+ <a class =" underline " href =" #introducing-widget-lifecycle-hooks " >lifecycle
1818hooks</a > to allow greater control of front-end widget behavior_ . _ The preferred
1919way to define widgets is now with a ` default ` object export:_
2020
@@ -41,7 +41,7 @@ This update also requires developers to opt-in to
4141[ live development features] ( /blog/anywidget-02#native-hot-module-replacement-hmr ) ,
4242reducing some minor production issues for widgets.
4343
44- ### Mimimizing Friction in Jupyter Front Ends
44+ ### Minimizing Friction in Jupyter Front Ends
4545
4646** anywidget** aims to make creating and sharing Jupyter Widgets as simple as
4747possible. We expose a narrower set of web-standard APIs, compared to traditional
@@ -64,7 +64,7 @@ stage would be very challenging for traditional Jupyter Widgets, **anywidget**
6464can standardize certain aspects to make widget development less error-prone and
6565more accessible.
6666
67- Despite these goals, serveral several community members highlighted specific
67+ Despite these goals, several several community members highlighted specific
6868instances where ** anywidget** 's existing API was too restrictive
6969([ #266 ] ( https://github.com/manzt/anywidget/issues/266 ) ,
7070[ #388 ] ( https://github.com/manzt/anywidget/issues/388 ) ), prompting us to
@@ -83,7 +83,7 @@ there are two distinct steps in a widget's lifetime:
8383- _ View Rendering_ : Each notebook cell displaying the widget renders an
8484 independent view based on the model's current state.
8585
86- ![ The main parts of the widget lifecyle , including model initialization and view rendering] ( /widget-lifecycle.png )
86+ ![ The main parts of the widget lifecycle , including model initialization and view rendering] ( /widget-lifecycle.png )
8787
8888In ** anywidget** , _ view rendering_ logic is defined with ` render ` , but
8989historically _ model initialization_ was handled implicitly. While this
0 commit comments