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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ A terminal for JupyterLite.
7
7
8
8
⚠️ This extension is still in development and not yet ready for general use. ⚠️
9
9
10
-

10
+

11
11
12
12
## Requirements
13
13
@@ -85,9 +85,11 @@ jupyter lite build
85
85
And serve it:
86
86
87
87
```bash
88
-
jupyter lite serve
88
+
jupyter lite serve --LiteBuildConfig.extra_http_headers=Cross-Origin-Embedder-Policy=require-corp --LiteBuildConfig.extra_http_headers=Cross-Origin-Opener-Policy=same-origin
89
89
```
90
90
91
+
The extra HTTP headers are require to ensure that `SharedArrayBuffer` is available.
0 commit comments