Options
JupyterLab Options
Kernel Options
A bash kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.bash."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A c kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.c."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A elm kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.elm."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A go kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.go."example".enable = true; }
A haskell kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.haskell."example".enable = true; }
A javascript kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.javascript."example".enable = true; }
A julia kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.julia."example".enable = true; }
A nix kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.nix."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A ocaml kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.ocaml."example".enable = true; }
See the opam-nix queryToScope first argument which is the same as
buildDunePackage
.Type: attribute set
Default:
{ }
A postgres kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.postgres."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A python kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.python."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]
A r kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.r."example".enable = true; }
A rust kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.rust."example".enable = true; }
A scala kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.scala."example".enable = true; }
A typescript kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.typescript."example".enable = true; }
A zsh kernel for IPython.
Type: attribute set of (submodule)
Default:
{ }
Example:
{ kernel.zsh."example".enable = true; }
A function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to
pyproject.toml
that you still want to include. An example of such a package may bepip
.Type: function that evaluates to a(n) list of package
Default:
ps: []
Example:
ps: [ps.numpy]