Skip to content

Commit

Permalink
Replace "fully recovered" with "recovered"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Apr 11, 2024
1 parent 3aec4df commit 27c7083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ server-side execution. With this, running notebook code cells is not done in the
the low-level kernel protocol over WebSocket API, but through a high-level REST API. Communication
with the kernel is then delegated to the server, and cell outputs are populated in the notebook
shared document. The frontend gets these outputs changes and shows them live. What this means is
that the notebook state can be fully recovered even if the frontend disconnects, because cell
outputs are not populated frontend-side but server-side.
that the notebook state can be recovered even if the frontend disconnects, because cell outputs are
not populated frontend-side but server-side.

This feature is disabled by default, and can be enabled like so:
```bash
Expand Down

0 comments on commit 27c7083

Please sign in to comment.