We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8bb54 commit f2acf44Copy full SHA for f2acf44
jupyterlab_server/handlers.py
@@ -290,7 +290,7 @@ def add_handlers(handlers, extension_app):
290
handlers.append(
291
(labextensions_url, FileFindHandler, {
292
'path': labextensions_path,
293
- 'no_cache_paths': ['/'], # don't cache anything in labextensions
+ 'no_cache_paths': no_cache_paths
294
}))
295
296
# Handle local settings.
0 commit comments