MyNixOS website logo
option

services.jupyterhub.jupyterlabEnv

Python environment to run jupyterlab

Customizing will affect the packages available in the jupyterlab server and the default kernel provided. This is the way to customize the jupyterlab extensions and jupyter notebook extensions. This will not normally need to be changed.

Declarations
Type
package
Default
pkgs.python3.withPackages (p: with p; [
  jupyterhub
  jupyterlab
])