Automatic reloading library for Jupyter
Project description
Welcome to auto-reloader 👋
Automatic reloading library for Jupyter
Install
pip install auto-reloader
Usage
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.
Run tests
poetry run pytest tests
Author
👤 moisutsu
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 moisutsu.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
auto-reloader-0.1.3.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for auto_reloader-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c7365d6ad4f16fc3ceed9ac7ce16ca489cb7ced5308a18d3741737c0fdfa056 |
|
MD5 | 52a2be5d87975f948b8c93d9a24f430f |
|
BLAKE2b-256 | ca9f950c4ceabeebd0d25e7cfbecde85c3e02889e042aa170fa8ca1f1987231f |