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.2.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for auto_reloader-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab1306497797f2e5cc1200bc6d1674509f98c547c1b0f235951573c1b95de6e6 |
|
MD5 | 2f5d5acf71d6833df0250785d2fec159 |
|
BLAKE2b-256 | 206323e6fe7011dbafea5ed6cf33ad88f11f351befc4973291c02269d03208c1 |