jupyterlab / jupyterlab-desktop

JupyterLab desktop application, based on Electron.
BSD 3-Clause "New" or "Revised" License
3.7k stars 354 forks source link

File type associations not installed #355

Open mueslo opened 2 years ago

mueslo commented 2 years ago

Description

The README.md claims that click to open should work for the GUI file explorer:

Launching JupyterLab Desktop

JupyterLab Desktop can be launched from the GUI of your operating system by clicking the application's icon or by using jlab command from the command line. Double clicking .ipynb files is also supported and it will launch JupyterLab Desktop and load the notebook file.

Reproduce

  1. Install JupyterLab Desktop
  2. Navigate with explorer.exe to desired *.ipynb notebook file
  3. Find that no file association for opening in JupyterLab Desktop is installed so double clicking or right clicking to open in JupyterLab Desktop does not work.

Expected behavior

Work as advertised

Context

mbektas commented 2 years ago

@mueslo It is required to make the file type association once on your system. JupyterLab Desktop will be listed as one of the supported applications which can open .ipynb files. You need to select it and make it the default application for the file type. Next time you double click .ipynb files, you won't be asked to choose which application to use.

mueslo commented 2 years ago

No, it was not. I had to manually navigate to C:\JupyterLab\jlab.exe and asociate it.