https://github.com/joaopalmeiro/nbadge
A Python CLI to generate Jupyter notebook badges for different services.
https://github.com/joaopalmeiro/nbadge
Last synced: about 1 month ago
JSON representation
A Python CLI to generate Jupyter notebook badges for different services.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/nbadge
- Owner: joaopalmeiro
- License: mit
- Created: 2022-06-02T17:15:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T16:24:56.000Z (almost 3 years ago)
- Last Synced: 2024-03-15T10:11:52.516Z (about 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/nbadge/
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nbadge
[](https://pdm.fming.dev)
Generate badges from Jupyter notebooks hosted on GitHub for different services.
## Usage
### Via [pipx](https://github.com/pypa/pipx)
```bash
pipx run nbadge --help
``````bash
pipx run nbadge
```## Development
- `pdm config python.use_venv False` + `pdm config python.use_venv`
- `pdm install`
- `pdm run nbadge --help`
- `pdm run nbadge https://github.com/feedzai/feedzai-altair-theme/blob/master/demo.ipynb`
- `pdm run black .` + `pdm run isort .`