Adjust Jupyter notebook execution output path for better organization.

This commit is contained in:
Marcelo Prates
2025-05-16 21:02:58 -03:00
parent dc2090cab7
commit 80e61c8c77
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ jobs:
- name: Execute the notebook (run all cells)
run: |
jupyter nbconvert --to notebook --execute notebooks/examples.ipynb --output notebooks/examples.ipynb
jupyter nbconvert --to notebook --execute notebooks/examples.ipynb --output examples.ipynb --output-dir notebooks
- name: Run notebooks_to_readme.sh
run: |

View File

@@ -12,6 +12,7 @@
"\n",
"[![Docs](https://img.shields.io/badge/docs-GitHub%20Pages-blue?logo=github)](https://marceloprates.github.io/prettymaps/)\n",
"\n",
"\n",
"This work is [licensed](LICENSE) under a GNU Affero General Public License v3.0 (you can make commercial use, distribute and modify this project, but must **disclose** the source code with the license and copyright notice)\n",
"\n",
"## Note about crediting and NFTs:\n",