https://github.com/ssciwr/qhcc
Q-HCC
https://github.com/ssciwr/qhcc
Last synced: 7 months ago
JSON representation
Q-HCC
- Host: GitHub
- URL: https://github.com/ssciwr/qhcc
- Owner: ssciwr
- License: mit
- Created: 2024-12-02T14:00:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T08:10:48.000Z (9 months ago)
- Last Synced: 2025-02-02T09:13:33.404Z (8 months ago)
- Language: Jupyter Notebook
- Homepage: https://ssciwr.github.io/QHCC
- Size: 697 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Q-HCC
[](https://opensource.org/licenses/MIT)
[](https://github.com/ssciwr/QHCC/actions/workflows/docs.yml)
[](https://github.com/ssciwr/QHCC/actions/workflows/ci.yml)Source code and example notebooks for the [Q-HCC website](https://ssciwr.github.io/QHCC).
## To build the website locally
```bash
pip install mkdocs-material
mkdocs serve
```The website will then be served locally at http://127.0.0.1:8000/QHCC, and will be updated if any of the markdown files are edited.