Skip to content

DISC: Update jupyter_kernels option #196

@mmcky

Description

@mmcky

@AakashGfude let's review jupyter_kernels option. We currently specify a few settings for setting up a ipynb metadata.

  • Is this option still used when constructing the notebooks?
  • can we infer jupyter kernel details from jupyter?
# Configure Jupyter Kernels
jupyter_kernels = {
    "python3": {
        "kernelspec": {
            "display_name": "Python",
            "language": "python3",
            "name": "python3"
            },
        "file_extension": ".py",
    },
    "julia": {
        "kernelspec": {
            "display_name": "Julia 0.6.2",
            "language": "julia",
            "name": "julia-0.6"
            },
        "file_extension": ".jl"
    }
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions