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: docs/source/user_install.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,17 @@ running the `jupyter lab clean` command which will remove the staging and
64
64
static directories from the lab directory. The location of the lab directory
65
65
can be queried by executing the command `jupyter lab path` in your terminal.
66
66
67
+
Frequently Asked Questions
68
+
--------------------------
69
+
70
+
**Question**: When I display a widget or interact, I just see some text, such as `IntSlider(value=0)` or `interactive(children=(IntSlider(value=0, description='x', max=1), Output()), _dom_classes=('widget-interact',))`. What is wrong?
71
+
72
+
**Answer**: A text representation of the widget is printed if the widget control
73
+
is not available. It may mean the widget JavaScript is still loading. If the
74
+
message persists in the Jupyter Notebook or JupyterLab, it likely means that the
75
+
widgets JavaScript library is either not installed or not enabled. See the
76
+
installation instructions above for setup instructions.
77
+
78
+
If you see this message in another frontend (for example, a static rendering on
79
+
GitHub or <ahref="https://nbviewer.jupyter.org/">NBViewer</a>), it may mean
80
+
that your frontend doesn't currently support widgets.
0 commit comments