Open IPython notebooks (*.ipynb) in read-only view (like a HTML file)

前端 未结 7 1390
旧巷少年郎
旧巷少年郎 2021-01-31 17:13

Nowadays with more and more IPython notebook files (*.ipynb) around, it is very disturbing every time when I want to peek at some notebook I have to open a server for it, and ca

7条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 17:42

    Intellij IDEA (which is also available as free open-source community edition) can render ipynb files as well. In fact it also allows to author notebooks, so it's not just a viewer.

    It can be used via file type associations or via the command line launcher (e.g. idea foo.pynb).

提交回复
热议问题