You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ They are listed from the simplest to the most advanced case:
207
207
#### [Top Area Text Widget](toparea-text-widget)
208
208
209
209
A very simple example that adds a basic text widget to the top area. See [related video.](https://www.youtube.com/watch?v=mqotG1MkHa4).
210
-
This example is part of the [Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
210
+
This example is part of the [Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
211
211
212
212
[](toparea-text-widget)
213
213
@@ -216,7 +216,7 @@ This example is part of the [Extension Dual Compatibility Guide](https://jupyter
216
216
This example shows dual compatibility: Make an extension that is compatible
217
217
with both JupyterLab and Jupyter Notebook by using optional features. Adds
218
218
a shout button to the right sidebar, and if running in JupyterLab, also adds
219
-
a status bar widget. This example is part of the [Extension Dual Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension_dual_compatibility.html).
219
+
a status bar widget. This example is part of the [Extension Compatibility Guide](https://jupyterlab.readthedocs.io/en/latest/extension/extension_multiple_ui.html).
0 commit comments