Skip to content

Commit 3ec8ed8

Browse files
authored
Merge pull request #3504 from mwcraig/minor-doc-update
Minor doc update
2 parents 84abba0 + b0b6b19 commit 3ec8ed8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/source/examples/Widget Low Level.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
},
1010
"source": [
11-
"# Low Level Widget Tutorial"
11+
"# Low Level Widget Explanation"
1212
]
1313
},
1414
{

docs/source/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ interactive results with graphical user interfaces that others can play with
2121
without seeing code. Exploring, learning, and sharing becomes a fun immersive
2222
experience.
2323

24+
Learning widgets
25+
----------------
26+
27+
This documentation contains a thorough description of the core Jupyter widgets
28+
package and several examples.
29+
30+
There is a `video tutorial <https://youtu.be/QAtKtVcm11I>`_ that takes a more step-by-step approach. The
31+
Jupyter notebooks for that tutorial are `also available <https://github.com/jupyter-widgets/tutorial>`_.
32+
2433
.. todo: Add screenshot
2534
2635
Core Jupyter Widgets

0 commit comments

Comments
 (0)