| 1 Mar 2024 |
| mlen left the room. | 22:18:43 |
| 2 Mar 2024 |
benoitdr | I spent a couple of days to look around for all kind on jupyter + nix projects, but I'm now wondering : is there any solution for reproducible jupyter lab extensions using nix ??? The unmerged PR on the wiki does not work anymore, the jupyterWith project mentions extension support as TODO, so I'm doubtful ... | 20:40:23 |
@nerves:bark.lgbt | * what version of tensorflow are you using? I seem to have problems building this when using a flake | 21:20:18 |
@nerves:bark.lgbt | I am having a similar issue. Especially building on arm64 | 21:21:38 |
| 8 Mar 2024 |
| Sdvohet joined the room. | 03:00:44 |
| 9 Mar 2024 |
| mj joined the room. | 03:36:05 |
| enoch111 joined the room. | 09:42:04 |
| 11 Mar 2024 |
| @maml702c:tu-dresden.de joined the room. | 08:16:21 |
| @maml702c:tu-dresden.de left the room. | 08:43:43 |
| 12 Mar 2024 |
| @h0n3yb4dg3r:matrix.org joined the room. | 12:51:47 |
| 14 Mar 2024 |
| Federico Damiรกn Schonborn left the room. | 02:03:45 |
| Charlotte ๐ฆ (it/rac/racs/racself/๐ฆ/plush) changed their display name from Charlotte ๐ฆ (it/rac/racs/racself/๐ฆ/plush) to Charlotte ๐ฆ (it/its). | 10:57:54 |
| NixOS Moderation Botchanged room power levels. | 18:45:36 |
| 15 Mar 2024 |
| @grahamc:nixos.org joined the room. | 21:48:34 |
| 17 Mar 2024 |
| alexou set a profile picture. | 01:36:28 |
| 18 Mar 2024 |
| kandread left the room. | 13:51:28 |
| alexou changed their display name from alexou to Alex Ou. | 16:41:55 |
| 19 Mar 2024 |
| NixOS Moderation Botchanged room power levels. | 00:31:01 |
| 20 Mar 2024 |
| Charlotte ๐ฆ (it/rac/racs/racself/๐ฆ/plush) changed their profile picture. | 11:04:49 |
| Salar Rahmanian (softinio) left the room. | 23:53:56 |
| 21 Mar 2024 |
| NixOS Moderation Botchanged room power levels. | 18:03:50 |
| @grahamc:nixos.org left the room. | 20:10:06 |
| 22 Mar 2024 |
| a-n-n-a-l-e-e left the room. | 02:17:55 |
| hakmark joined the room. | 11:03:32 |
| 23 Mar 2024 |
| SomeoneSerge (hash-versioned python modules when) changed their display name from SomeoneSerge (hash-versioned python modules when) to SomeoneSerge (migrating synapse). | 02:11:35 |
| ๐ช left the room. | 03:48:04 |
| 26 Mar 2024 |
| @username:yatrix.org left the room. | 11:05:24 |
| 27 Mar 2024 |
| @javier.fuentes:matrix.org joined the room. | 18:37:52 |
@javier.fuentes:matrix.org | Hi there, I'm trying to add new kernels to jupyterhub server with no luck, the example in man configuration.nix is:
services.jupyterhub.kernels = {
python3 = let
env = (pkgs.python3.withPackages (p: with p; [
ipykernel ...
Can anybody tell me how to get a working env = for R?. (pkgs.R.withPackages ( is not an option apparently.
| 20:01:30 |
@javier.fuentes:matrix.org | * Hi there, I'm trying to add new kernels to jupyterhub server with no luck, the example in man configuration.nix is:
services.jupyterhub.kernels = {
python3 = let
env = (pkgs.python3.withPackages (p: with p; [
ipykernel
...
Can anybody tell me how to get a working env = for R?. (pkgs.R.withPackages ( doesn't work.
| 20:02:43 |