!fXpAvneDgyJuYMZSwO:nixos.org

Nix Data Science

275 Members
57 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
11 Jan 2022
@jb:vk3.wtfjbedo * if there's an rstudio-server user here who has time to test an rstudio-server module we could use some help testing a PR: https://github.com/NixOS/nixpkgs/pull/9583109:24:08
@andrew:mtx.rew.laandrew joined the room.18:41:44
19 Jan 2022
@baughn:brage.infoBaughn joined the room.20:33:36
27 Jan 2022
@jon.reeve:matrix.orgJonathan Reeve joined the room.20:35:07
@jon.reeve:matrix.orgJonathan ReeveHi everyone! Has anyone managed to get JupyterWith working with a flake.nix system config? 20:36:49
@jon.reeve:matrix.orgJonathan 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

Show newer messages


Back to Room ListRoom Version: 6