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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ npm start
37
37
```bash
38
38
python -m http.server 3344 -d jupyterlite/_output
39
39
```
40
+
40
41
- Build JupyterLite and watch for code changes:
41
42
42
43
```bash
@@ -49,3 +50,14 @@ npm start:watch
49
50
npm run clean # Clean build assets
50
51
npm run start:bash # Open a bash shell in the container
51
52
```
53
+
54
+
### Customize jupyterlite build
55
+
56
+
- All files located in `./jupyterlite` will be copied to the build directory in the container. So you can add your config file (`jupyter_lite_config.py|json`,...) to this directory.
57
+
58
+
- To add local JupyterLite extensions to the build, update `.env` file with path to your extensions and key prefixed by `JUPYTERLITE_EXTERNAL`
0 commit comments