19 Jan 2022 |
| Baughn joined the room. | 20:33:36 |
27 Jan 2022 |
| Jonathan Reeve joined the room. | 20:35:07 |
Jonathan Reeve | Hi everyone! Has anyone managed to get JupyterWith working with a flake.nix system config? | 20:36:49 |
Jonathan Reeve | Here's what I've tried:
{
description = "My NixOS configuration.";
inputs = {
nixos.url = "nixpkgs/nixos-unstable";
jupyterWith.url = "github:tweag/jupyterWith";
};
outputs = { self, nixos, jupyterWith}: {
nixosConfigurations.jon-laptop = nixos.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./configuration.nix
jupyterWith.jupyterlabWith { kernels = [
(jupyterWith.kernels.iPythonWith {
name = "python";
packages = p: with p; [ pandas ];
})
(jupyterWith.kernels.iRWith {
name = "R";
packages = p: with p; [ ggplot2 ];
})
]; }
}
];
};
};
}
| 20:38:11 |
Jonathan Reeve | But I have a feeling I'm doing something wrong there. | 20:38:21 |
Jonathan Reeve | * Here's what I've tried:
{
description = "My NixOS configuration.";
inputs = {
nixos.url = "nixpkgs/nixos-unstable";
jupyterWith.url = "github:tweag/jupyterWith";
};
outputs = { self, nixos, jupyterWith}: {
nixosConfigurations.jon-laptop = nixos.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ./configuration.nix
jupyterWith.jupyterlabWith { kernels = [
(jupyterWith.kernels.iPythonWith {
name = "python";
packages = p: with p; [ pandas ];
})
(jupyterWith.kernels.iRWith {
name = "R";
packages = p: with p; [ ggplot2 ];
})
]; }
}
];
};
};
}
| 20:38:37 |
Jonathan Reeve | Since the error I'm getting is:
error: attribute 'jupyterlabWith' missing
at /nix/store/8k2f8i93457v7rmfh2pdvsk0qw922laz-source/dotfiles/flake.nix:19:20:
18| modules = [ ./configuration.nix
19| jupyterWith.jupyterlabWith { kernels = [
| ^
20| (jupyterWith.kernels.iPythonWith {
(use '--show-trace' to show detailed location information)
| 20:39:09 |
jbedo | not a jupyter user, but the flake seems to output jupyterEnvironment not jupyterlabWith:
❯ nix search github:tweag/jupyterWith
* packages.x86_64-linux.jupyterEnvironment (3.2.3)
Jupyter lab environment notebook server extension.
| 20:43:28 |
jbedo | looks like it's in overlays, try changing jupyterWith.jupyterLabWith to jupyterWith.overlays.jupyterLabWith | 20:55:50 |
Jonathan Reeve | Cool I'll give it a shot, thanks | 21:01:05 |
13 Feb 2022 |
| Jeroen joined the room. | 11:40:39 |
14 Feb 2022 |
| Tseb (Old) changed their display name from Tseb to Tseb (Old). | 12:53:01 |
18 Feb 2022 |
| Tseb (Old) removed their profile picture. | 11:35:15 |
| Tseb (Old) removed their display name Tseb (Old). | 11:58:42 |
| Tseb (Old) left the room. | 13:11:02 |
19 Feb 2022 |
| Jonas Chevalier joined the room. | 22:27:47 |
3 Mar 2022 |
| colemickens changed their display name from colemickens 🏳️🌈 to colemickens. | 07:08:25 |
10 Mar 2022 |
| slby joined the room. | 16:14:15 |
12 Mar 2022 |
| chris joined the room. | 08:09:06 |
| chris left the room. | 08:31:46 |
| chris joined the room. | 08:32:01 |
13 Mar 2022 |
| Samuel Ainsworth joined the room. | 05:46:34 |
| josw joined the room. | 08:08:53 |
| mcwitt joined the room. | 22:16:33 |
17 Mar 2022 |
SomeoneSerge (Ever OOMed by Element) | Samuel Ainsworth: hey there | 20:19:15 |
SomeoneSerge (Ever OOMed by Element) | So, I presume this would be the appropriate channel to coordinate CUDA things? | 20:19:29 |
20 Mar 2022 |
| David Guibert joined the room. | 15:12:02 |
21 Mar 2022 |
Samuel Ainsworth | Someone S: Let's create our own channel just for the sake of having our own space. I don't want to spam data science folks with things that may not be directly relevant for them | 22:29:30 |
Samuel Ainsworth | How do we create a matrix room on the nixos.org domain? | 22:30:47 |
jbedo | ask in #matrix-suggestions:nixos.org | 22:31:19 |