https://github.com/jithu7432/nb-viewer
A utility for previewing Jupyter notebooks with a double click.
https://github.com/jithu7432/nb-viewer
jupyter-notebooks linux python
Last synced: 3 months ago
JSON representation
A utility for previewing Jupyter notebooks with a double click.
- Host: GitHub
- URL: https://github.com/jithu7432/nb-viewer
- Owner: jithu7432
- License: mit
- Created: 2021-05-28T15:01:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T15:21:02.000Z (about 1 year ago)
- Last Synced: 2026-03-13T03:25:35.392Z (4 months ago)
- Topics: jupyter-notebooks, linux, python
- Language: Python
- Homepage:
- Size: 1.72 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Jupyter Notebook Viewer
* This is a utility which lets you preview Jupyter notebooks faster on your Linux machine, with a double click.
* Requires no internet and is faster.
## Installation
* Users on ArchLinux can install using:
```fish
yay -S nbviewer-gui
```
* Others can use `pip install nbviewer-gui` to install the package, and you can call the command line utility from the terminal by
```fish
nbviewer-gui notebook.ipynb
```
You need to copy the `notebook.desktop` under the `nbviewergui` directory to `~/.local/share/applications/`, so that you can launch the script by double clicking the *.ipynb file.

