Link with ipython jupyter notebooks

Hello,

I want to manage Jupyter ipython file on Nextcloud (extension .ipynb), and make that when the user clicks on a file he is redirected to a server.

For example, if he clicks on the file named john.ipynb then the connection is redirected to https://edcloud.fr:88888/notebook/john.ipynb

It would be like for jpg, pdf, mp4, etc. but for another type of file.

Is there a way to do it ?

Thank a lot.

Thierry

1 Like

Probably with an app. If you want to do it yourself, try this section https://help.nextcloud.com/c/dev/app-dev or ask in the IRC channels if someone can give you a starting point. You already mentioned other extensions, you could check in the code how it is done there.

1 Like