joouha / euporie

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

Any example to show pdf in europie? #121

Open qlibp opened 1 month ago

qlibp commented 1 month ago

as said in readme , europie can display pdf, but I find no example scripts to do so, any documentation?

joouha commented 1 month ago

Hi,

I seem to have missed out PDFs from the installation page in the documentation, so I'll update that 👍

Depending on which terminal graphics protocol you want to use, you will need different dependencies to display PDFs:

Your best option is probably to install imagemagick you should be able to display PDFs.

[!NOTE] Only the first page of a PDF file is displayed. This is because I haven't implemented viewing multiple pages yet.

I hope that helps.