From 6bae7fc0d898a62607344ae9b25242d4a1ef1413 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 6 Jul 2019 21:06:27 +0200 Subject: Add Python console task type --- module/tasker.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'module/tasker.nix') diff --git a/module/tasker.nix b/module/tasker.nix index 4f2e0fe..032027b 100644 --- a/module/tasker.nix +++ b/module/tasker.nix @@ -27,6 +27,10 @@ let environment = launchTerminalInDirectory conf.directory '' nix-shell ${builtins.unsafeDiscardStringContext conf.environment.drvPath} --command fish ''; + + python-console = launchCommandInDirectory "~/" '' + nix-shell ${builtins.unsafeDiscardStringContext conf.environment.drvPath} --command jupyter-qtconsole + ''; }; }; -- cgit v1.2.3