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
Alternatively, you can to define a `script` tag in the head section your host index HTML page information for your React applicatio with those 2 configurations (see for example the content of this [index-local.html](https://github.com/datalayer/jupyter-ui/blob/main/packages/react/public/index-local.html)).
@@ -39,18 +46,40 @@ Alternatively, you can to define a `script` tag in the head section your host in
39
46
</html>
40
47
```
41
48
49
+
Optionally, you can use the JupyterReactTheme component
@@ -63,7 +92,7 @@ The values defined in the Jupyter context are taking precedence on the values se
63
92
64
93
If you are delivering the React.js web application from a different URL than your Jupyter Server, the Jupyter Server should be configured to accept Cross-origin request with for example in the `jupyter_server_config.py` the following traits.
65
94
66
-
:::info
95
+
:::warning
67
96
68
97
Please tune the following example to fit your security requirements, this is in no way production-ready configuration.
69
98
@@ -130,4 +159,4 @@ If you are using the [JupyterLabApp](/docs/components/jupyterlab-app) component,
0 commit comments