Functions for personal use
Notebook examples using this repo are in /examples folder.
- Example list :
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"))
Tested in jupyter lab
get_ipython().set_custom_exc((Exception,), csp.exception_sound(csp.logger)) # Exception sound alert
Any advices or feedbacks would be helpful.