Compare commits

..

2 Commits

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