Skip to content

Commit

Permalink
Update docs for file access
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Sep 10, 2024
1 parent b2fe26e commit 8239df5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8239df5

Please sign in to comment.