Skip to content

Commit b0b6108

Browse files
docs: DOC-1339: Update notebook storage path and add persistence warning (#7959)
- Corrected notebook storage path from `/data/notebooks` to `/data/storage/notebooks` - Added warning about notebook loss when container is removed without persistent volume - Clarified Docker volume mounting instructions for notebook persistence
1 parent adaaf78 commit b0b6108

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

docs/groovy/how-to-guides/user-interface/file-explorer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ The File Explorer stores these notebooks, with options to create new notebooks o
1111
- Right-click any item to delete or rename that file.
1212
- Drag any item into or out of a folder to organize your files.
1313

14-
Similar to your example data, these files are stored within your Deephaven Docker container, in `/data/notebooks`. See our concept guide, [Access your file system with Docker data volumes](../../conceptual/docker-data-volumes.md) for more information.
14+
Notebooks are stored within your Deephaven Docker container, in `/data/storage/notebooks`.
15+
16+
> [!WARNING]
17+
> Notebooks stored inside the container are lost when the container is removed, unless you mount a persistent Docker volume at `/data`. See [Access your file system with Docker data volumes](../../conceptual/docker-data-volumes.md) for instructions on persisting your notebooks across container restarts and removals.
1518
1619
## Create and organize notebooks
1720

docs/python/how-to-guides/user-interface/file-explorer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ The File Explorer stores these notebooks, with options to create new notebooks o
1111
- Right-click any item to delete or rename that file.
1212
- Drag any item into or out of a folder to organize your files.
1313

14-
Similar to your example data, these files are stored within your Deephaven Docker container, in `/data/notebooks`. See our concept guide, [Access your file system with Docker data volumes](../../conceptual/docker-data-volumes.md) for more information.
14+
Notebooks are stored within your Deephaven Docker container, in `/data/storage/notebooks`.
15+
16+
> [!WARNING]
17+
> Notebooks stored inside the container are lost when the container is removed, unless you mount a persistent Docker volume at `/data`. See [Access your file system with Docker data volumes](../../conceptual/docker-data-volumes.md) for instructions on persisting your notebooks across container restarts and removals.
1518
1619
## Create and organize notebooks
1720

0 commit comments

Comments
 (0)