initial jupyenv setup
This commit is contained in:
commit
f2400c541a
5 changed files with 694 additions and 0 deletions
6
kernels.nix
Normal file
6
kernels.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
kernel.python.minimal = {
|
||||
enable = true;
|
||||
extraPackages = ps: [ ps.requests ps.beautifulsoup4 ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue