mirror of
https://github.com/jupyter/notebook.git
synced 2024-11-27 03:20:27 +08:00
01e298f83d
* 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`. * updated .gitignore
54 lines
704 B
Plaintext
54 lines
704 B
Plaintext
MANIFEST
|
|
build
|
|
dist
|
|
_build
|
|
docs/man/*.gz
|
|
docs/source/api/generated
|
|
docs/source/config.rst
|
|
docs/gh-pages
|
|
notebook/i18n/*/LC_MESSAGES/*.mo
|
|
notebook/i18n/*/LC_MESSAGES/nbjs.json
|
|
notebook/static/components
|
|
notebook/static/style/*.min.css*
|
|
notebook/static/*/js/built/
|
|
notebook/static/*/built/
|
|
notebook/static/built/
|
|
notebook/static/*/js/main.min.js*
|
|
notebook/static/lab/*bundle.js
|
|
node_modules
|
|
*.py[co]
|
|
__pycache__
|
|
*.egg-info
|
|
*~
|
|
*.bak
|
|
.ipynb_checkpoints
|
|
.tox
|
|
.DS_Store
|
|
\#*#
|
|
.#*
|
|
.coverage
|
|
.pytest_cache
|
|
src
|
|
|
|
*.swp
|
|
*.map
|
|
.idea/
|
|
Read the Docs
|
|
config.rst
|
|
*.iml
|
|
/.project
|
|
/.pydevproject
|
|
|
|
package-lock.json
|
|
geckodriver.log
|
|
*.iml
|
|
|
|
# jetbrains IDE stuff
|
|
*.iml
|
|
.idea/
|
|
|
|
# ms IDE stuff
|
|
*.code-workspace
|
|
.history
|
|
.vscode
|