Skip to content

moisutsu/auto-reloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatic reloading library for Jupyter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages