Skip to content

Commit b0720d9

Browse files
authored
Merge pull request #2675 from jtpio/update-low-level-doc
Add link to the TypeScript cookiecutter in the Low Level docs
2 parents 6b2e0da + 68f0e7b commit b0720d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/source/examples/Widget Low Level.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,14 @@
516516
"cell_type": "markdown",
517517
"metadata": {},
518518
"source": [
519-
"A template project is available in the form of a cookie cutter: https://github.com/jupyter-widgets/widget-cookiecutter\n",
519+
"Two template projects are available in the form of cookiecutters:\n",
520520
"\n",
521-
"This project is meant to help custom widget authors get started with the packaging and the distribution of Jupyter interactive widgets.\n",
521+
"- JavaScript: https://github.com/jupyter-widgets/widget-cookiecutter\n",
522+
"- TypeScript: https://github.com/jupyter-widgets/widget-ts-cookiecutter\n",
522523
"\n",
523-
"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."
524+
"These cookiecutters are meant to help custom widget authors get started with the packaging and the distribution of Jupyter interactive widgets.\n",
525+
"\n",
526+
"They produce a project for a widget library following the current best practices for using interactive widgets. An implementation for a placeholder \"Hello World\" widget is provided."
524527
]
525528
}
526529
],

0 commit comments

Comments
 (0)