https://github.com/danopcode/movie-diary
https://github.com/danopcode/movie-diary
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danopcode/movie-diary
- Owner: DanOpcode
- License: mit
- Created: 2016-08-28T13:23:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T22:17:00.000Z (about 7 years ago)
- Last Synced: 2025-07-09T04:09:48.122Z (11 months ago)
- Language: Jupyter Notebook
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Movie ratings & watchlist
Setup:
$ python3 -m venv env
$ source env/bin/activate
$ pip install jupyter
Run:
$ jupyter notebook
Update gui.ipynb non-interactively:
$ jupyter nbconvert --to notebook --inplace --execute --allow-errors gui.ipynb