You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/examples/Widget Custom.ipynb
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -709,13 +709,23 @@
709
709
"cell_type": "markdown",
710
710
"metadata": {},
711
711
"source": [
712
-
"## More advanced uses: Packaging and distributing Jupyter widgets\n",
712
+
"## Learn more\n",
713
713
"\n",
714
-
"A template project is available in the form of a cookie cutter: https://github.com/jupyter/widget-cookiecutter\n",
714
+
"As we have seen in this tutorial, starting from a cookiecutter project is really useful to quickly prototype a custom widget.\n",
715
715
"\n",
716
-
"This project is meant to help custom widget authors get started with the packaging and the distribution of Jupyter interactive widgets.\n",
716
+
"Two cookiecutter projects are currently available:\n",
717
+
"\n",
718
+
"- [widget-ts-cookiecutter](https://github.com/jupyter-widgets/widget-ts-cookiecutter): To create a custom widget in TypeScript\n",
719
+
"- [widget-cookiecutter](https://github.com/jupyter-widgets/widget-cookiecutter): To create a custom widget in JavaScript\n",
720
+
"\n",
721
+
"If you want to learn more about building custom widgets, you can also check out the rich ecosystem of third-party widgets:\n",
717
722
"\n",
718
-
"It produces a project for a Jupyter interactive widget library following the current best practices for using interactive widgets. An implementation for a placeholder \"Hello World\" widget is provided."
0 commit comments