https://github.com/diogenesanalytics/blog_utils
Utilities for common blogging needs in Jupyter.
https://github.com/diogenesanalytics/blog_utils
blog blogging jupyter python python3
Last synced: 4 months ago
JSON representation
Utilities for common blogging needs in Jupyter.
- Host: GitHub
- URL: https://github.com/diogenesanalytics/blog_utils
- Owner: DiogenesAnalytics
- License: mit
- Created: 2024-08-27T13:04:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T17:54:11.000Z (over 1 year ago)
- Last Synced: 2025-01-20T18:30:21.643Z (over 1 year ago)
- Topics: blog, blogging, jupyter, python, python3
- Language: Python
- Homepage: https://colab.research.google.com/github/DiogenesAnalytics/blog_utils/blob/master/notebooks/image_demo_cats.ipynb
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jupyter Blog Utilities
Utilities for common blogging needs in Jupyter.
[][tests]
[][docker]
[][pre-commit]
[][black]
[tests]: https://github.com/DiogenesAnalytics/blog_utils/actions?workflow=tests
[docker]: https://github.com/DiogenesAnalytics/blog_utils/actions?workflow=docker
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black
## Installation
You can install _Jupyter Blog Utilities_ as follows:
```console
$ pip install git+https://github.com/DiogenesAnalytics/blog_utils
```
## License
Distributed under the terms of the [MIT license][license],
_Jupyter Blog Utilities_ is free and open source software.
## Credits
This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[license]: https://github.com/DiogenesAnalytics/blog_utils/blob/main/LICENSE