Skip to content

Crispy13/crispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crispy

Functions for personal use







Examples

Notebook examples using this repo are in /examples folder.





Default Logger

This module have a default logger, you can add a file handler to the logger as the following:

import crispy as csp
csp.logger.addHandler(csp.make_file_handler("path/log_file.log"))

Play audio when exceptions are occurred

Tested in jupyter lab

get_ipython().set_custom_exc((Exception,), csp.exception_sound(csp.logger)) # Exception sound alert



Any feedbacks will be appreciated

Any advices or feedbacks would be helpful.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages