From 8239df5c3d01b6c372cd14e3ed6714ffe207eb0f Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 10 Sep 2024 11:33:23 +0200 Subject: [PATCH] Update docs for file access --- docs/files.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/files.md b/docs/files.md index 807b31a..315ff47 100644 --- a/docs/files.md +++ b/docs/files.md @@ -10,9 +10,11 @@ Using jupyterlite-xeus, you can mount files and directories into the kernel runt ⚠ This feature is very experimental and may fail in weird ways. ⚠ -xeus kernels will automatically have access to files served by JupyterLite. See [accessing files from a kernel](https://jupyterlite.readthedocs.io/en/stable/howto/content/python.html). +xeus kernels will automatically have access to files served by JupyterLite. -This feature depends on the service worker, [which may not be available in some browser setups](https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/service-worker.html#limitations). +This feature depends on either the service worker ([which may not be available in some browser setups](https://jupyterlite.readthedocs.io/en/stable/howto/configure/advanced/service-worker.html#limitations)) or SharedArrayBuffers if the proper flags are set. + +See [accessing files from a kernel](https://jupyterlite.readthedocs.io/en/stable/howto/content/python.html) for more information. ### Making it more robust