takluyver / nbopen

Open a Jupyter notebook in the best available server
BSD 3-Clause "New" or "Revised" License
301 stars 58 forks source link

windows additional settings #12

Closed den-run-ai closed 7 years ago

den-run-ai commented 9 years ago

The Windows setup for nbopen Explorer integration includes only setting the registry keys, I found that this is not enough and file associations have to be set from command line prompt (cmd):

assoc .ipynb=IPYNBFILE
ftype IPYNBFILE="C:\Python\Python27\Scripts\ipython.exe" notebook "%%1"

%% may have to be replaced by % depending on the mode of running the batch script.

For other useful settings for ipython/jupyter notebooks that could be integrated into windows explorer by modifying the registry keys see also:

http://petebachant.me/improving-ipython-notebook-integration-with-windows

den-run-ai commented 7 years ago

this is all implemented