A native macOS application to viewJupyter/IPython notebooks.
Download nbviewer-app.zip
(Releases)
Unzip and move Jupyter Notebook Viewer.app
to /Applications
and enjoy
Alternatively: install via Homebrew Cask:
$ brew install --cask jupyter-notebook-viewer
Quick Look should work out of the box. If it doesn't, checkqlmanage -m plugins | grep ipynb
to see whether the plugin appears there.
This project is licensed under the MIT license. See LICENSE.md fordetails.
© 2017 Tino Wagner
Quick Run |GitHub Enterprise |Base URL |Local Development |Contributing |Extensions |Configuration |Security Jupyter Notebook Viewer Jupyter NBViewer is the web application behindThe Jupyter Notebook
问题内容: 我有一个使用NBviewer可视化的ipython / jupyter笔记本。 如何隐藏NBviewer渲染的笔记本中的所有代码,以便仅显示代码输出(例如,图和表格)和降价单元格? 问题答案: