Skip to content

krzentner/notebookize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebookize

A Python decorator that turns functions back into jupyter notebooks, complete with their context.

Installation:

pip install notebookize

Usage:

from notebookize import notebookize

@notebookize
def my_function(my_function_args, ...):
    ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors