Metadata-Version: 2.4
Name: soda-hugo-nbconvert
Version: 2025.5.24.0
Summary: [migrated to hugo-nbconvert]
Project-URL: Repository, https://github.com/soda92/hugo-nbconvert
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: hugo>=0.147.2
Requires-Dist: jupyter>=1.1.1
Requires-Dist: nbconvert>=7.16.6
Requires-Dist: sodatools>=2025.2.16.0
Requires-Dist: watchdog>=6.0.0
Description-Content-Type: text/markdown

# hugo-nbconvert
convenient tools for intergrating jupyter notebooks with hugo

## migration notice

project migrated from [soda-hugo-nbconvert][1] to [hugo-nbconvert][2] on PYPI

[1]: https://pypi.org/project/soda-hugo-nbconvert/
[2]: https://pypi.org/project/hugo-nbconvert/

## Usage

in a hugo site's root or parent dir:

- create ipynb post:
```
hugo_nbnew .\test_site\content\post\test-hugo-page
```

- convert:
```
hugo_nbconvert
```
