Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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