Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent 2a186fb commit 9c263d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jupyter server extension list
pip install -e .
```

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,
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,
when running JupyterLab:

```bash
Expand Down
1 change: 1 addition & 0 deletions message_replay/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Restore Notebook execution progress when a browser page is reloaded"""

from .extension import Extension

__version__ = "0.1.0"
Expand Down

0 comments on commit 9c263d0

Please sign in to comment.