Skip to content

Commit ae89a88

Browse files
committed
Add Learn More to custom widget tutorial
1 parent b871c12 commit ae89a88

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/source/examples/Widget Custom.ipynb

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,23 @@
709709
"cell_type": "markdown",
710710
"metadata": {},
711711
"source": [
712-
"## More advanced uses: Packaging and distributing Jupyter widgets\n",
712+
"## Learn more\n",
713713
"\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",
715715
"\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",
717722
"\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."
723+
"- [bqplot](https://github.com/bqplot/bqplot): Interactive 2-D plotting\n",
724+
"- [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet): Interactive maps\n",
725+
"- [ipycanvas](https://github.com/martinRenou/ipycanvas): Interactive Canvas\n",
726+
"- [ipyvolume](https://github.com/maartenbreddels/ipyvolume): Interactive 3-D plotting\n",
727+
"- [ipywebrtc](https://github.com/maartenbreddels/ipywebrtc): WebRTC and MediaStream API in Jupyter\n",
728+
"- [ipysheet](https://github.com/QuantStack/ipysheet): Spreadsheet Widget"
719729
]
720730
},
721731
{

0 commit comments

Comments
 (0)