Skip to content

Commit a7d0328

Browse files
authored
Merge pull request #287 from saulshanabrook/patch-2
Document live reloading option
2 parents 7a7789c + 8b45f0c commit a7d0328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/simple/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ You can also start the server extension with python modules.
7373
python -m simple_ext1
7474
```
7575

76+
To live reload the server as you change the extension, you can also enable [the `debug` mode for Tornado](https://www.tornadoweb.org/en/stable/guide/running.html#debug-mode-and-automatic-reloading):
77+
78+
```bash
79+
jupyter server --ServerApp.jpserver_extensions="{'simple_ext1': True}" --ServerApp.tornado_settings="{'debug': True}"
80+
```
81+
7682
## Extension 1 and Extension 2
7783

7884
The following command starts both the `simple_ext1` and `simple_ext2` extensions.

0 commit comments

Comments
 (0)