!XDgUwBDoeNFiLcnLgQ:nixos.org

Nix Jupyter

63 Members
Goal is to discuss and document nix code to run multikernel jupyter frontends17 Servers

Load older messages


SenderMessageTime
2 Apr 2026
@zekar:unredacted.orgZEKAR changed their display name from zekar to ZEKAR.03:29:11
7 Apr 2026
@oleg20082009:matrix.org@oleg20082009:matrix.org joined the room.21:17:51
@oleg20082009:matrix.org@oleg20082009:matrix.org left the room.21:37:56
17 Apr 2026
@robin:robin.town@robin:robin.town joined the room.18:45:15
@robin:robin.town@robin:robin.town 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.org@jykrwn_bot:matrix.org joined the room.10:12:37
@mjolnir:nixos.orgNixOS Moderation Bot banned @jykrwn_bot:matrix.org@jykrwn_bot:matrix.org (disagreement).10:12:38
8 May 2026
@ka_so:octofriends.gardenKaSo || Kasanwa-Solane joined the room.00:49:24
26 May 2026
@phanirithvij:matrix.orgphanirithvij/loudgolem changed their display name from loudgolem to phanirithvij.11:40:53
1 Jun 2026
@rasmata:matrix.org@rasmata:matrix.org joined the room.16:00:38
@rasmata:matrix.org@rasmata:matrix.org left the room.16:00:45
6 Jun 2026
@worldsgonemad:matrix.orgWorldsGoneMad joined the room.19:53:24
7 Jun 2026
@likiusinik:matrix.orgLikius Inik joined the room.05:17:11
13 Jun 2026
@klea:catgirl.cloudklea (she/her) joined the room.21:45:15
23 Jun 2026
@simplymao:matrix.orgEnok Larsson joined the room.09:58:44
10 Jul 2026
@annov:matrix.orgvola joined the room.19:11:40
31 Jul 2026
@ka_so:octofriends.gardenKaSo || Kasanwa-Solane changed their display name from Kasanwa-Solane to KaSo || Kasanwa-Solane.21:04:30
6 Aug 2026
@phanirithvij:matrix.orgphanirithvij/loudgolem changed their display name from phanirithvij to phanirithvij/loudgolem.07:28:08
@maybemarisa:matrix.marisa.jetztMaybeMjaršak 🏳️‍⚧️ joined the room.11:42:47
4 Sep 2026
@mib:kanp.aimib 🥐 joined the room.13:43:42
@mib:kanp.aimib 🥐 changed their display name from mib to mib 🥐.13:48:49
15 Sep 2026
@maybemarisa:matrix.marisa.jetztMaybeMjaršak 🏳️‍⚧️ changed their profile picture.13:26:20
20 Sep 2026
@maybemarisa:matrix.marisa.jetztMaybeMjaršak 🏳️‍⚧️ changed their display name from MaybeMarisa 🏳️‍⚧️ to MaybeMjaršak 🏳️‍⚧️.12:51:47
21 Sep 2026
@ss:someonex.netSomeoneSerge (matrix, what a concept!) changed their display name from SomeoneSerge (matrix works sometimes) to SomeoneSerge (matrix, what a concept!).08:55:56
22 Sep 2026
@ss:someonex.netSomeoneSerge (matrix, what a concept!) changed their profile picture.02:50:22

There are no newer messages yet.


Back to Room ListRoom Version: 10