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
When testing extensions, it can be useful to retrieve the serverRoot from jupyter-config-data script in DOM.
It could be added in page_config with a condition:
When testing extensions, it can be useful to retrieve the serverRoot from
jupyter-config-data
script in DOM.It could be added in
page_config
with a condition:notebook/notebook/app.py
Lines 61 to 64 in 2f26f1b
A simple solution without adding a new option could be to add it if the option
exposeAppInBrowser
is True (if this is an option for debugging only).The text was updated successfully, but these errors were encountered: