Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit ddbeda1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d602459 commit ddbeda1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jupyter server extension list
4747
pip install -e .
4848
```
4949

50-
You can watch the source directory and run your Jupyter Server-based application at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension. For example,
50+
You can watch the source directory and run your Jupyter Server-based application at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension. For example,
5151
when running JupyterLab:
5252

5353
```bash

message_replay/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Restore Notebook execution progress when a browser page is reloaded"""
2+
23
from .extension import Extension
34

45
__version__ = "0.1.0"

0 commit comments

Comments
 (0)