- 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.
- Users on ArchLinux can install using:
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
nbviewer-gui notebook.ipynb
You need to copy the notebook.desktop
under the nbviewergui
directory to ~/.local/share/icons/
, so that you can launch the script by double clicking the *.ipynb file.