Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drvinceknight/gtp
https://github.com/drvinceknight/gtp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/drvinceknight/gtp
- Owner: drvinceknight
- License: mit
- Created: 2021-02-16T17:12:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T10:36:54.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T00:45:32.932Z (6 months ago)
- Language: Jupyter Notebook
- Size: 2.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Validate notebooks on MacOS](https://github.com/drvinceknight/gtp/workflows/Validate%20notebooks%20on%20MacOS/badge.svg)
![Validate notebooks on ubuntu](https://github.com/drvinceknight/gtp/workflows/Validate%20notebooks%20on%20ubuntu/badge.svg)
![Validate notebooks on Windows](https://github.com/drvinceknight/gtp/workflows/Validate%20notebooks%20on%20Windows/badge.svg)
![Test prose and style](https://github.com/drvinceknight/gtp/workflows/Test%20prose%20and%20style/badge.svg)
![deploy-book](https://github.com/drvinceknight/gtp/workflows/deploy-book/badge.svg)
# Game Theory with Python
## Development
The book is written in files found in `book/` in the [MySt markdown
format](https://myst-nb.readthedocs.io/en/latest/).To install development dependencies:
pip install -r requirements-dev.txt
To check the format of the python code in the markdown files:
inv stylecheck
To check the spelling:
inv spellcheck
To check the prose:
inv prosecheck
To generate back up `ipynb` versions of the notebooks:
inv backupbook
To test the notebooks:
inv testnbs
The main purpose of backing up to `ipynb` and then testing is so that the CI can
confirm the results written in the book are what would be obtained when using
updated libraries.To generate the book to the `book` directory:
inv build