Skip to main content

Persistent Storage

When lauching a kernel, you can choose whether the kernel will have access to a persistent storage, allowing data to be retained between kernels sessions. Note that kernels with persistent storage may take longer to start (approximately 15 seconds instead of 3 seconds).

This feature is particularly useful when you need to retain data between sessions or when you want to share data across multiple kernels.

Persistent storage is available under the ~/persistent directory on the Remote Kernel.

warning

🚧 SaaS is Work in Progress