I have Jupyter Notebook (6.4.12) installed via pip on Rapberry Pi OS (Raspbian bullseye (11), 5.15.56). I can double-click on .ipynb
files, and they start a new Notebook instance as expected.
I installed the nbopen (0.6) package via pip after installing Notebook and restarting and ran python3 -m nbopen.install_xdg
, expecting that double-clicking a file will now open it in an existing Notebook instance where possible.
However, the old behavior has continued. No error messages are produced, and changing nbopen.desktop
at ~/.local/share/applications/
to use nbopen %f
or python3 -m nbopen %f
have changed nothing.
Using nbopen <file>
in terminal works as I would expect it to.
Why has this not worked, and what can I do to fix this to the expected behavior?