notebooker icon indicating copy to clipboard operation
notebooker copied to clipboard

Not able to set kernel name for notebook

Open andreytaboola opened this issue 1 year ago • 1 comments

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 avatar May 21 '24 12:05 andreytaboola

Find a solution for docker: ENV NOTEBOOK_KERNEL_NAME=python3

andreytaboola avatar Jun 03 '24 10:06 andreytaboola