Skip to content

Wish: Loguru to behave nicely in jupyter notebook #437

@cems2

Description

@cems2

Hi, Loguru is wonderful because it traces errors without having to use some cumbersome IDE. The killer app for this however jupyter notebooks because you can't use jupyter with an ide (makes no sense).

The problem is the traceback is Brutal in jupyter notebook when using @logger.catch

It does work in the sense that the expected output from logger is there at the end of the traceback but theres many dozens of lines of obfuscating jupyer garbage that gets sucked into the logging making this not a convenient tool.

I hope you will consider making the play nice with Jupyter notebook

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions