takluyver / nbopen

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

Can't run on Windows #13

Closed remram44 closed 9 years ago

remram44 commented 9 years ago

For some reason, nbopen doesn't install through setuptools; the 'nbopen' file created in Python\Scripts, with a shebang, is completely useless to Windows.

takluyver commented 9 years ago

I detest setuptools. You can use python -m nbopen at the command line, but especially on Windows, it's really infrastructure to allow double clicking a notebook file in the file manager. See the win-install.py script.