Skip to main content

Automatic reloading library for Jupyter

Project description

Welcome to auto-reloader 👋

Version License: MIT Twitter: moisutsu

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)

Uploaded Source

Built Distribution

auto_reloader-0.1.3-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page