https://github.com/ritvik19/nb-viewer
https://github.com/ritvik19/nb-viewer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritvik19/nb-viewer
- Owner: Ritvik19
- Created: 2019-06-09T06:14:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T11:24:52.000Z (about 7 years ago)
- Last Synced: 2025-01-23T06:14:53.578Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```