joouha / euporie

Jupyter notebooks in the terminal
https://euporie.readthedocs.io
MIT License
1.54k stars 36 forks source link

render error on matplotlib plots #72

Open remifan opened 1 year ago

remifan commented 1 year ago

I have installed euporie via pipx and run inside Kitty terminal,

simple matplotlib draw seems not rendered correctly

image

how to further trace what's going wrong?

joouha commented 1 year ago

If you run euporie-notebook with the --log-level=debug --log-file=log.log flags, like this:

euporie-notebook --log-level=debug --log-file=log.log my-notebook.ipynb

you will probably find some tracebacks in the log.

Could you post the log file?

joouha commented 1 year ago

Also what OS and which version of euporie and Python are you using?

joouha commented 5 months ago

Did you manage to fix this?