I want to launch .ipynb files with jupyter-lab from dolphin by double clicking.
I downloaded jupyter-lab from the arch repo. I can launch it via command line and it functions normally. If I try to launch it from the start menu or by clicking a .ipynb file, I get the jupyterlab icon bouncing at my cursor, but nothing opens.
Opening up the .desktop file it has argument %f.
Terimal command launches the program
jupyter-lab
terminal command opens the desired file
jupyter-lab <file>.ipynb
.desktop includes %f argument. Using this in terminal fails with “no such file or directory” error.
jupyter-lab %f <file>.ipynb
Removing the %f argument fails to open when double clicking .ipynb files and the start menu shortcut.
Any advice? I’m struggling to find jupyter-lab terminal documentation. help, man, info from terminal aren’t giving anything either.
I had yakuake set as my default terminal. Setting it back to konsole makes it work.
Thanks for that advice, I didn’t think about that route of troubleshooting.
My next question is where is the e option coming from. I guess I’ll keep konsole as the default for now, and go toss a bug report at kde.