0

In Ubuntu 18.04, the text editor is the default application to open the ipynb files, I want to change it to jupyter-lab or jupyter-notebook.

I also tried to change the file default application but the option for jupyter-lab or jupyter-notebook was not there.

Kshitij Agarwal
  • 2,060
  • 2
  • 8
  • 16

1 Answers1

-2

You can change that by right-clicking and then going to "Properites" and then go to "Open with" tab and then select your default option to open with.

For further reference, please visit the official Ubuntu documentation link.

unutbu
  • 842,883
  • 184
  • 1,785
  • 1,677
код е
  • 196
  • 2
  • 11
  • 1
    I tried that but it doesn't show the option of jupyter-lab or jupyter-notebook – Kshitij Agarwal Mar 23 '19 at 14:37
  • Run jupyter notebook. do pwd(gives you the working directory). so that you will you can get the location of the installation and point the default application to the installation folder. – код е Mar 23 '19 at 15:13
  • @DareDevil7 Thanks, but this is not working - even if you get the filapath to jupyter notebook, the "Properties" menu doesn't allow you to choose a filepath, just installed applications. If you know that this method is working for sure, please provide step by step instructions. Thanks – NeStack Jan 18 '20 at 09:42