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

https://github.com/ContinuumIO/anaconda-issues/issues/267

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?

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\\Python27\\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/d7b3e66b-8f5c-4c33-993d-997c66856ad2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to