jupyter-app icon indicating copy to clipboard operation
jupyter-app copied to clipboard

open notebook when dbl-clicking associated file

Open lxkain opened this issue 5 years ago • 2 comments

Hi,

on MacOS, I associated all .ipynb files to open with Jupyter.App. While it does start the application correctly, I was hoping to see the file that I double-clicked already opened. Would this be hard to add?

Alex

lxkain avatar Jan 17 '20 04:01 lxkain

+1 for this!

AshtonSBradley avatar May 21 '20 18:05 AshtonSBradley

there is a command line option to open jupyterlab for a particular file as, e.g.

$> jupyter-lab file.ipynb

Could the clicked file name just be captured and passed in automatically to the launcher?

Is there a simple way to modify the launcher to achieve this?

AshtonSBradley avatar May 21 '20 18:05 AshtonSBradley