man-group / notebooker

Productionise & schedule your Jupyter Notebooks as easily as you wrote them.
GNU Affero General Public License v3.0
848 stars 80 forks source link

Not able to set kernel name for notebook #182

Open andreytaboola opened 1 month ago

andreytaboola commented 1 month ago

Hi, I am trying to use my default JupyterLab kernel for executing notebooks via Notebooker but I don't think this configuration is applied. I've tried following commands

notebooker-cli --notebook-kernel-name=python3 notebooker-cli --notebook-kernel-name python3

Opening the Notebooker output for the executing notebook I see following kernelspec: "kernelspec": { "display_name": "notebooker_kernel", "language": "python", "name": "notebooker_kernel" }

but I expect it to be "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }

andreytaboola commented 1 month ago

Find a solution for docker: ENV NOTEBOOK_KERNEL_NAME=python3