takluyver / nbopen

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

backport to 2.7 #47

Closed gamdow closed 6 years ago

gamdow commented 6 years ago

Tried backporting to 2.7 so the file association could be used with default linux python, seems to work.

takluyver commented 6 years ago

Thanks, but I think all modern desktop distributions come with Python 3 installed by default, and I understand that the latest version of Ubuntu no longer has Python 2.7 in a default installation. So I'm keen to push forwards with requiring Python 3.

You probably need to run python3 to do the installation. I'll update the README with that.

gamdow commented 6 years ago

I recently installed 17.10, and when I went to run python and got "not found" I went ahead and installed it. :) Oh, well. Live and learn.