Skip to content

A utility for previewing Jupyter notebooks with a double click.

License

Notifications You must be signed in to change notification settings

jithu7432/nb-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
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.