- 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-guito install the package, and you can call the command line utility from the terminal by
nbviewer-gui notebook.ipynbYou 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.
