tuxu / ipynb-quicklook

A Quick Look generator for Jupyter/IPython notebooks without further dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipynb-quicklook

Note: This plugin has now been integrated into a native macOS app, Jupyter Notebook Viewer. This is the recommended way to install the QuickLook generator.

A stand-alone Quick Look generator for Jupyter/IPython notebooks on macOS. Contents are rendered on-the-fly using nbviewer.js.

Getting started

  • Download ipynb-quicklook.qlgenerator (Releases)
  • The generator is unsigned and not notarized by Apple. You need to remove the quarantine attribute like this on macOS Catalina and later (#6):
    xattr -d com.apple.quarantine ipynb-quicklook.qlgenerator
  • Move the generator into /Library/QuickLook 1. You may need to run qlmanage -r to reset the Quick Look server and caches.
  • Press space whenever you encounter a .ipynb file. Enjoy 👍

Similar projects

Acknowledgments

License

This project is licensed under the MIT license. See LICENSE.md for details.

© 2017 Tino Wagner

Footnotes

  1. Note that the generator must be installed globally. Installation to ~/Library/QuickLook/ is not sufficient (see #4).

About

A Quick Look generator for Jupyter/IPython notebooks without further dependencies

License:MIT License


Languages

Language:HTML 54.6%Language:Jupyter Notebook 28.9%Language:JavaScript 8.3%Language:C 4.9%Language:Objective-C 2.4%Language:Go 0.6%Language:Shell 0.2%