如何在jupyter文件浏览器中打开pdf文件?

如何在jupyter文件浏览器中打开pdf文件?

问题描述:

我想使用jupyter笔记本的文件浏览器打开pdf文件.但是,当我单击时,它总是打开一个新选项卡并显示黑屏.

I would like to open a pdf file using the jupyter notebook's file browser. However, when I click, it always opens a new tab and shows a dark screen.

我花了几分钟寻找一种解决方法,并找到了一个github 问题,OP发现了问题已解决,方法是将PDF查看器插件安装到Chrome

I spent a couple of minutes looking for a workaround for this and found a github issue in the jupyter project where OP discovered that the issue is resolved by installing the PDF viewer plugin to Chrome

我刚刚安装了它,现在我可以从Chrome笔记本中看到PDF.

I just installed it and I am now seeing PDF's from my notebook in Chrome.