Skip to content

Commit a1d1886

Browse files
Add note about disabling of source maps
1 parent 9c9023d commit a1d1886

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/interactive_terminal/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ This folder contains configuration files for the interactive terminal powered by
2828
- `jupyter_lite_config.json`: build time configuration, used when building the assets with the `jupyter lite build` command
2929
- `jupyter-lite.json` run time configuration applied when launching the application in the browser
3030

31-
The interactive `pandas` terminal application enables a couple of optimizations to only include the `repl` app in the generated static assets.
31+
This interactive `pandas` JupyterLite deployment enables a couple of optimizations to only include the `repl` app in the generated static assets, and disables source maps, which can make the assets smaller and faster to load, at the cost of
32+
debugging capabilities.
3233

3334
To learn more about it, check out the JupyterLite documentation:
3435

0 commit comments

Comments
 (0)