!XDgUwBDoeNFiLcnLgQ:nixos.org

Nix Jupyter

57 Members
Goal is to discuss and document nix code to run multikernel jupyter frontends15 Servers

Load older messages


SenderMessageTime
25 Mar 2026
@kristo-pixel:matrix.orgKristo DevOps joined the room.21:56:23
31 Mar 2026
@zekar:unredacted.orgZEKAR joined the room.19:27:49
2 Apr 2026
@zekar:unredacted.orgZEKAR changed their display name from zekar to ZEKAR.03:29:11
7 Apr 2026
@oleg20082009:matrix.orgOleg joined the room.21:17:51
@oleg20082009:matrix.orgOleg left the room.21:37:56
17 Apr 2026
@robin:robin.townRobin joined the room.18:45:15
@robin:robin.townRobin left the room.18:57:33
27 Apr 2026
@ninja:worldethicaldataforum.orgNinja joined the room.14:36:22
28 Apr 2026
@l-88:matrix.orgpzka joined the room.23:40:42
@l-88:matrix.orgpzka

I trying to setup a jupyter server on nixos this is my config:

  services = {
    jupyter = {
      enable = true;
      extraPackages = with pkgs.python3.pkgs; [
        matplotlib
        pyvista
        numpy
        sympy
      ];
      ip = "0.0.0.0";
      port = 10000;

The server run nicely but I cannot have the "extraPackage" in the notebooks. According to the doc this is exactly what the option is supposed to do. https://github.com/NixOS/nixpkgs/blob/2f6dae9cdec9911e892a7345bc5acbb2e8ab26a0/nixos/modules/services/development/jupyter/default.nix#L12 . I don't understand what I do wrong. When I try to import numpy in the notebook it does not work.

23:41:35
@l-88:matrix.orgpzka

I tried the same thing in:

  environment = {
    systemPackages = with pkgs; [
       ...
       (python3.withPackages (python-pkgs: with python-pkgs; [
         matplotlib
         pyvista
         numpy
         sympy
      ]))

and it works. I can import numpy from the python console but it doesn't in a notebook.

23:41:46
@l-88:matrix.orgpzkaHi I have posted the same thing in the main chat but maybe here is more appropriate. 23:41:52
7 May 2026
@jykrwn_bot:matrix.orgjykrwn_bot joined the room.10:12:37
@mjolnir:nixos.orgNixOS Moderation Bot banned @jykrwn_bot:matrix.orgjykrwn_bot (disagreement).10:12:38
8 May 2026
@ka_so:octofriends.gardenKasanwa-Solane joined the room.00:49:24
15 Mar 2024
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels joined the room.04:06:29
@spacesbot:nixos.devspacesbot - keeps a log of public NixOS channels 05:00:26
17 Mar 2024
@sankaratupi:matrix.orgFelipe Marcelino joined the room.17:58:19
19 Mar 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.00:29:53
21 Mar 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.18:02:50
@samasaur:matrix.orgsamasaur joined the room.22:42:27
@samasaur:matrix.orgsamasaurHas anyone had any success getting Jupyter to recognize python-lsp-server?22:43:15
23 Mar 2024
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (hash-versioned python modules when) to SomeoneSerge (migrating synapse).02:10:54
8 Apr 2024
@vengmark2:matrix.orgl0b0 joined the room.00:54:13
9 Apr 2024
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (migrating synapse) to SomeoneSerge (void).13:24:47
16 Apr 2024
@thoth101010:matrix.orgthoth joined the room.09:02:18
25 Apr 2024
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (void) to SomeoneSerge (UTC+1).23:01:38
26 Apr 2024
@thomaslepoix:matrix.orgthomaslepoix joined the room.14:15:40
29 Apr 2024
@ss:someonex.netSomeoneSerge (back on matrix) changed their display name from SomeoneSerge (UTC+1) to SomeoneSerge (is taking time off and doesn't want to hear about it).11:43:07
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.15:28:31

Show newer messages


Back to Room ListRoom Version: 10