Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/movie-diary
https://github.com/matachi/movie-diary
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matachi/movie-diary
- Owner: matachi
- License: mit
- Created: 2016-08-28T13:23:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T22:17:00.000Z (over 5 years ago)
- Last Synced: 2024-11-10T04:23:50.334Z (2 months ago)
- Language: Jupyter Notebook
- Size: 138 KB
- Stars: 0
- Watchers: 3
- 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 jupyterRun:
$ jupyter notebook
Update gui.ipynb non-interactively:
$ jupyter nbconvert --to notebook --inplace --execute --allow-errors gui.ipynb