An open API service indexing awesome lists of open source software.

https://github.com/ritvik19/nb-viewer


https://github.com/ritvik19/nb-viewer

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# NB-Viewer

Want to just view a locally stored Jupyter Notebook, but too lazy to traverse to the directory in the command line...

This NB-Viewer is a perfect tool for you

Dependencies:
* tkinter
```
pip install tkinter
```
* tk-html-widgets
```
pip install tk-html-widgets
```