jupyter-app
                                
                                
                                
                                    jupyter-app copied to clipboard
                            
                            
                            
                        open notebook when dbl-clicking associated file
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
+1 for this!
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?