potiuk commented on pull request #20035:
URL: https://github.com/apache/airflow/pull/20035#issuecomment-986011983
> > I assume `python3` is currently an implicit default @minhthong582000 ?
>
> If kernel_name is None, papermill will look at the notebook document
metadata, like:
>
> ```json
> "metadata": {
> "celltoolbar": "Tags",
> "kernelspec": {
> "display_name": "Python 3",
> "language": "python",
> "name": "python3"
> },
> ```
>
> Here i'm just using the kernel that i found from this
[example](https://github.com/apache/airflow/blob/main/airflow/providers/papermill/example_dags/input_notebook.ipynb).
Ah perfect!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]