Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to set kernel name for notebook #182

Open
andreytaboola opened this issue May 21, 2024 · 1 comment
Open

Not able to set kernel name for notebook #182

andreytaboola opened this issue May 21, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@andreytaboola
Copy link
Contributor

andreytaboola commented May 21, 2024

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
Copy link
Contributor Author

andreytaboola commented Jun 3, 2024

Find a solution for docker:
ENV NOTEBOOK_KERNEL_NAME=python3

@jonbannister jonbannister added enhancement New feature or request good first issue Good for newcomers labels Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants