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 Undo integration to File manager? #72

Open Laser-Cho opened 3 years ago

Laser-Cho commented 3 years ago

Hi.

I'm trying your program. I run (python3 -m pip install nbopen) and also (python3 -m nbopen.install_win)

install process was good, but it doesnt work.

so i did (python3 -m pip uninstall nbopen). But, my windows file manager still has setting from your second code.

How can I undo that?

takluyver commented 3 years ago

Sorry, there's nothing automated to do that at the moment. You'd need to have a look at install_win.py and manually delete the registry keys it adds. PRs to add an uninstall script are welcome.