jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

feat: Pass the pipeline_output_path to NotebookStep parameters by default #419

Closed Dr0p42 closed 11 months ago

Dr0p42 commented 11 months ago

When running a NotebookStep using pipeline, it would be great to have a variable being passed in automatically to know where a notebook should store any generated files. This would make it easier to share files between notebooks execution.