I have Kubuntu 19.04 installed. Is there a way to force krunner to execute a string in konsole. I'm trying to execute the string "jupyter lab" lo launch jupyter but the option to be run in konsole doesn't appear.
Of course I can just open a console by CTRL+ALT+T and do it, but I want to know if there is a way to force a string to be executed as a console command from krunner.
As far as I can tell by visiting https://packages.ubuntu.com/disco/jupyter or by running
"jupyter lab" isn't available in the 19.04 (and even 19.10) repositories.
Anyway, I ran
sudo apt install jupyter
on Kubuntu 19.04. After that,I could type just
jupyter
in krunnerOr I could type
jupyter notebook
in krunnerNote that I have Command Line to Execute shell commands enabled in krunner. To check that, click on the settings icon on the left in the krunner window. (But that setting is normally the default.)