services.jupyterhub.jupyterlabEnv

NixOS option

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.

type: package
Default
pkgs.python3.withPackages (p: with p; [
  jupyterhub
  jupyterlab
])
declared in: nixos/modules/services/development/jupyterhub/default.nixView source on NixOS/nixpkgs →