takluyver / nbopen

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

How do I undo "python3 -m nbopen.install_win" ? #67

Open soliverc opened 4 years ago

soliverc commented 4 years ago

nbopen doesn't work with my setup, so I'd like to undo the changes I've made.

takluyver commented 4 years ago

The Windows integration creates some registry keys - you can see the details in that code. To undo that, you'd have to manually delete those keys. Or if you want to script it, PRs welcome.