Skip to content

zigholding/ipynb_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipynb_tools is easy to reload module of .py or .ipynb.

Firstly, import it.

from ipynb_tools import ipynb_importer

# if you have a module named "abc.ipynb" or "abc.py"
import abc

You can reload module once you rewrite it.

abc = ipynb_import.reload_module(abc)

About

easy to reload module of .py or .ipynb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages