Skip to content

Commit 09bf0cf

Browse files
authored
Merge pull request #3611 from jtpio/custom-widget-tutorial
Re-add the custom widget tutorial
2 parents 76abbd0 + fb27948 commit 09bf0cf

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

docs/source/examples/Widget Custom.ipynb

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"To create the environment, execute the following command:\n",
5454
"\n",
5555
"```bash\n",
56-
"conda create -n ipyemail -c conda-forge jupyterlab jupyter-packaging cookiecutter nodejs yarn python\n",
56+
"conda create -n ipyemail -c conda-forge jupyterlab cookiecutter nodejs yarn python\n",
5757
"```\n",
5858
"\n",
5959
"Then activate the environment with:\n",
@@ -127,7 +127,7 @@
127127
"# link your development version of the extension with JupyterLab\n",
128128
"jupyter labextension develop . --overwrite\n",
129129
"\n",
130-
"# rebuild extension Typescript source after making changes\n",
130+
"# rebuild extension TypeScript source after making changes\n",
131131
"yarn run build\n",
132132
"```\n",
133133
"\n",
@@ -138,17 +138,6 @@
138138
"yarn run watch\n",
139139
"```\n",
140140
"\n",
141-
"\n",
142-
"If you are using JupyterLab 2.x, you will need to install the `@jupyter-widgets/jupyterlab-manager` extension manually:\n",
143-
"\n",
144-
"```bash\n",
145-
"# install the widget manager to display the widgets in JupyterLab\n",
146-
"jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build\n",
147-
"\n",
148-
"# install the local extension\n",
149-
"jupyter labextension install .\n",
150-
"```\n",
151-
"\n",
152141
"If you are using the Classic Notebook:\n",
153142
"\n",
154143
"```bash\n",

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ some custom widget packages built on top of the Jupyter Widgets framework.
111111
examples/Using Interact.ipynb
112112
examples/Widget Low Level.ipynb
113113
examples/Widget Asynchronous.ipynb
114+
examples/Widget Custom.ipynb
114115
embedding.md
115116

116117
.. toctree::

0 commit comments

Comments
 (0)