Compare commits

..

2 Commits

Author SHA1 Message Date
coolneng 1a0194144f Add standard nix files and nix-ld 2022-10-20 10:36:34 +02:00
coolneng 09a07624c7 Run jupyter automatically in python datasci 2022-10-20 10:36:34 +02:00
+2
View File
@@ -14,6 +14,8 @@ mkShell {
];
shellHook = ''
trap "kill 0" EXIT
jupyter notebook
'';
}