I am using extensions such as @jupyterlab/git, jupyterlab_tensorboard_pro, and @jupyter-lsp/jupyterlab-lsp.
Currently, there are many small JavaScript files, and I would like to deploy these small files on a content delivery network (CDN). How should I configure it? I tried to place them in the jupyter/labextensions/ directory, and then set c.ExtensionApp.static_url_prefix = "xxx/jupyter/labextensions/" in the configuration, but it did not take effect.
@minrk @jdfreder @takluyver
Proposed Solution
Additional context