File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 53
53
" To create the environment, execute the following command:\n " ,
54
54
" \n " ,
55
55
" ```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 " ,
57
57
" ```\n " ,
58
58
" \n " ,
59
59
" Then activate the environment with:\n " ,
127
127
" # link your development version of the extension with JupyterLab\n " ,
128
128
" jupyter labextension develop . --overwrite\n " ,
129
129
" \n " ,
130
- " # rebuild extension Typescript source after making changes\n " ,
130
+ " # rebuild extension TypeScript source after making changes\n " ,
131
131
" yarn run build\n " ,
132
132
" ```\n " ,
133
133
" \n " ,
138
138
" yarn run watch\n " ,
139
139
" ```\n " ,
140
140
" \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 " ,
152
141
" If you are using the Classic Notebook:\n " ,
153
142
" \n " ,
154
143
" ```bash\n " ,
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ some custom widget packages built on top of the Jupyter Widgets framework.
111
111
examples/Using Interact.ipynb
112
112
examples/Widget Low Level.ipynb
113
113
examples/Widget Asynchronous.ipynb
114
+ examples/Widget Custom.ipynb
114
115
embedding.md
115
116
116
117
.. toctree ::
You can’t perform that action at this time.
0 commit comments