Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuxu/nbviewer-app
A Jupyter notebook viewer for macOS
https://github.com/tuxu/nbviewer-app
jupyter jupyter-notebook macos nbviewer
Last synced: 4 days ago
JSON representation
A Jupyter notebook viewer for macOS
- Host: GitHub
- URL: https://github.com/tuxu/nbviewer-app
- Owner: tuxu
- License: mit
- Created: 2017-02-10T00:12:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T23:20:43.000Z (11 months ago)
- Last Synced: 2024-08-02T16:10:38.048Z (3 months ago)
- Topics: jupyter, jupyter-notebook, macos, nbviewer
- Language: Swift
- Size: 1.06 MB
- Stars: 738
- Watchers: 10
- Forks: 30
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-source-mac-os-apps - Jupyter Notebook Viewer - Notebook viewer for macOS. ![swift_icon] (Applications / Notes)
- open-source-mac-os-apps - Jupyter Notebook Viewer - Notebook viewer for macOS. ![swift_icon] (Applications / Notes)
- awesome-swift-macos-apps - Jupyter Notebook Viewer - Notebook viewer for macOS. (Notes / Text)
- awesome-swift-macos-apps - Jupyter Notebook Viewer - Notebook viewer for macOS. (Notes / Text)
README
# Jupyter Notebook Viewer
![Icon](Jupyter%20Notebook%20Viewer/Images.xcassets/AppIcon.appiconset/icon_256x256.png)
A native macOS application to view
[Jupyter](https://jupyter.org/)/[IPython](https://ipython.org/) notebooks.## Features
- Stand-alone, thanks to [nbviewer.js](https://github.com/kokes/nbviewer.js)
- Integrated [Quick Look generator](https://github.com/tuxu/ipynb-quicklook/)
- Nice icons 😎## Getting started
- Download `nbviewer-app.zip`
([Releases](https://github.com/tuxu/nbviewer-app/releases))
- Unzip and move `Jupyter Notebook Viewer.app` to `/Applications` and enjoy 👍
- Alternatively: install via [Homebrew Cask](https://caskroom.github.io/):```
$ brew install --cask jupyter-notebook-viewer
```- Quick Look should work out of the box. If it doesn't, check
`qlmanage -m plugins | grep ipynb` to see whether the plugin appears there.## Screenshot
![Screenshot](screenshot.png)
## Acknowledgments
- Ondrej Kokes for [nbviewer.js](https://github.com/kokes/nbviewer.js)
## License
This project is licensed under the MIT license. See [LICENSE.md](LICENSE.md) for
details.© 2017 [Tino Wagner](http://www.tinowagner.com/)