jupyter

jupyter 7.6.2

Web-based notebook environment for interactive computing

https://github.com/jupyter/notebook
BSD 3-clause "New" or "Revised" License
main program: jupyterprograms: pydoc, jupyter-run, pyjson5, jlpm, idle, jupyter-lab, jupyter-troubleshoot, jsonschema, jupyter-execute, idna, normalizer, idle3, jupyter, python, jupyter-server, ipython3, cffi-gen-src, jupyter-kernelspec, pygmentize, jupyter-notebook, jsonpointer, idle3.14, jupyter-migrate, pydoc3.14, httpx, jsonpath_ng, mistune, python3, jupyter-labhub, jupyter-dejavu, pybabel, send2trash, pydoc3, jupyter-labextension, python3.14, jupyter-kernel, python-config, python3-config, jupyter-builder, ipython, jupyter-events, jupyter-trust, python3.14-config, jupyter-nbconvert, wsdump
Platforms (31)
riscv32-linuxmicroblazeel-linuxarmv5tel-linuxmips64-linuxloongarch64-linuxi686-freebsdmicroblaze-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  jupyter
];
Ad-hoc shell
nix-shell -p jupyter
Flake (nix run)
nix run nixpkgs#jupyter