Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mst-mkt/jupyter-template
๐งถ's jupyter template with rye, uv, ruff, mypy
https://github.com/mst-mkt/jupyter-template
Last synced: 27 days ago
JSON representation
๐งถ's jupyter template with rye, uv, ruff, mypy
- Host: GitHub
- URL: https://github.com/mst-mkt/jupyter-template
- Owner: mst-mkt
- License: mit
- Created: 2024-04-17T05:09:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T02:07:40.000Z (7 months ago)
- Last Synced: 2024-05-01T12:40:44.263Z (7 months ago)
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Jupyter Template
### Setup
```sh
rye sync
```### Rye commands
#### lint
```sh
rye run lint
rye run lint-fix # auto-fix
```#### format
```sh
rye run format
```### Dependencies
- [rye](https://rye-up.com)
### Included Modules
- numpy
- pandas
- matplotlib
- networkx
- tensorflow
- pillow
- statsmodels
- tslearn
- scikit-learn
- openai