Compare commits

..

2 Commits

Author SHA1 Message Date
1a0194144f
Add standard nix files and nix-ld 2022-10-20 10:36:34 +02:00
09a07624c7
Run jupyter automatically in python datasci 2022-10-20 10:36:34 +02:00

View File

@ -14,6 +14,8 @@ mkShell {
];
shellHook = ''
trap "kill 0" EXIT
jupyter notebook
'';
}