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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auto-reloader-0.1.3.tar.gz.
File metadata
- Download URL: auto-reloader-0.1.3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
155e5bd9250b34df1561c9a744e0559429cec9697369401c7bb3762a3381d500
|
|
| MD5 |
defa457da2f1bca45e14c6773bcf6f52
|
|
| BLAKE2b-256 |
ad4b10e249fb53239b8e3762d43e900315dda07c5d4d24d6a0c6d4c4ec581fff
|
File details
Details for the file auto_reloader-0.1.3-py3-none-any.whl.
File metadata
- Download URL: auto_reloader-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.0 Darwin/19.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c7365d6ad4f16fc3ceed9ac7ce16ca489cb7ced5308a18d3741737c0fdfa056
|
|
| MD5 |
52a2be5d87975f948b8c93d9a24f430f
|
|
| BLAKE2b-256 |
ca9f950c4ceabeebd0d25e7cfbecde85c3e02889e042aa170fa8ca1f1987231f
|