Skip to content

Commit 843396e

Browse files
committed
added --autoreload flag
When passed, the webapp will watch for any changes to its Python source. On change, all changed packages will be reimported and the webapp will restart. Also works on Python source files in Jupyter server extensions. Implemented using the built in `autoreload` parameter in the constructor of `tornado.web.Application`.
1 parent 7fbbe79 commit 843396e

File tree

1 file changed

+101
-83
lines changed

1 file changed

+101
-83
lines changed

0 commit comments

Comments
 (0)