Compare commits

..

2 Commits

Author SHA1 Message Date
6fbe501f9a Add standard nix files and nix-ld 2022-10-20 10:56:51 +02:00
b5abb09507 Run jupyter automatically in python datasci 2022-10-20 10:56:51 +02:00

View File

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