Skip to content

Kernel spec in template.ipynb #69

@ktyle

Description

@ktyle

After running a jupyterbook build on the current main version of Pythia Foundations, I got a warning that the kernel spec that is in template.ipynb was not found:

jupyter_client.kernelspec.NoSuchKernel: No such kernel named conda-env-pythia-book-dev-py

Currently, the kernelspec is set as follows in template.ipynb:

"kernelspec": {
"display_name": "Python [conda env:pythia-book-dev]",
"language": "python",
"name": "conda-env-pythia-book-dev-py"

Our other notebooks currently use "python3" for the kernel, and doing so for template.ipynb makes for a warning-free jupyter book build.

Yet, our instructions mention creating and activating the "pythia-book-dev" environment ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    infrastructureInfrastructure related issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions