Automatic reloading library for Jupyter
pip install auto-reloader
import module as _module
from auto_reloader import AutoReloader
module = AutoReloader(_module)
instance = module.Class()
The module is reloaded when an instance is created with instance = module.Class()
.
Besides this, the module is reloaded every time you access the module
attribute.
poetry run pytest tests
👤 moisutsu
Give a ⭐️ if this project helped you!
Copyright © 2020 moisutsu.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator