I'm using basic integration of .ipynb files with Windows Explorer:

 

https://github.com/ContinuumIO/anaconda-issues/issues/267 
<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_ContinuumIO_anaconda-2Dissues_issues_267&d=DwMFaQ&c=TIOfIC5RJMrWnrHy3gMA_uzZorHPsT2JAZ4ovvKrwfU&r=LM28dHqKw5cF_Sbcej-TUSi3ZXIHwUIIIANFVpA4KHc&m=Rt9ALJjehhYr9-cCUjtxVKx1_hW9mXGVaxI3Sp3GCxs&s=2EaGpZP3K2cwf_4mbBCsNMvN_K1FxBQ1dWlit7RlGtM&e=>

 

However each notebook spawns a new notebook server.

 

Is there any way to force spawning new notebooks in the same notebook 
server & port using config files from jupyter?


Here are the settings that I have for notebook integration with file 
manager:

 

in CMD:


assoc .ipynb=IPYNBFILE

ftype IPYNBFILE="C:\Python\Python35\Scripts\ipython.exe" notebook "%%1"


In Registry (RegEdit)


[HKEY_CLASSES_ROOT\Directory\Background\shell\ipynb]

@="Open IPython Notebook server here"

 

[HKEY_CLASSES_ROOT\Directory\Background\shell\ipynb\command]

@="\"C:\\Python\\Python35\\Scripts\\ipython.exe\" \"notebook\" \"%1\""

[HKEY_CLASSES_ROOT\Directory\shell\ipynb]

@="Open IPython Notebook server here"

 

[HKEY_CLASSES_ROOT\Directory\shell\ipynb\command]

@="\"C:\\Python\\Python35\\Scripts\\ipython.exe\" \"notebook\" \"%1\""

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/11fd8740-ab32-4590-8207-2dd39dfc9fa0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to