Uninstall with the same mechanism you used to install it. If you installed with 'pip install', use 'pip uninstall'. If you installed with conda, 'conda uninstall'. If you installed something like Anaconda or Canopy, that should come with its own uninstall mechanism.
You may have to remove several packages, but for pip/conda, the main one is called 'notebook'.
2. how to change working directory from syswow 64
I'm not sure what you're asking.
Noor Fairoza
unread,
Apr 10, 2017, 9:54:34 AM4/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Project Jupyter
Jupyter donsent uninstall properly. Even after you say pip uninstall jupyter. It still has many dependencies. use pip-autoremove jupyter -y
Thomas Kluyver
unread,
Apr 11, 2017, 6:41:38 AM4/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Jupyter donsent uninstall properly. Even after you say pip uninstall jupyter. It still has many dependencies.
This is a limitation of pip - it doesn't track what you asked to install separately from what is installed as dependencies. There's a summer of code student working on making a dependency resolver for pip this summer - hopefully that will be a step towards making these kinds of things possible.
Bhushan Dhamale
unread,
Jul 5, 2017, 1:48:41 AM7/5/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message