Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add note about behavior in Voici #54

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ This approach has behavior differences with the service worker approach:
- Kernels will automatically start from the `/files` directory, where the jupyterlite content is mounted.
- If your kernel changes the content (creates files, updates files content _etc_), changes **will not** reflect in the JupyterLite served content. This means that if you open the updated files from the filebrowser UI by double clicking on them, you will see the initial content of the files. It also means that restarting the kernel will reinitialize the `/files` directory content, and it will not be shared between kernels.

```{note}
This option is set to True by default when generating a [Voici dashboard](https://github.com/voila-dashboards/voici)
```

## Extra mount points

You can mount extra directories into the kernel using the mounts option:
Expand Down
Loading