Can't find jupyter notebook's installed location or remove it from Ubuntu












0















I installed the jupyter notebook ,can't remember how , but when it came to remove it I just can't , it's there and works by simply typing:
"$jupyter notebook " but still :




  1. Synaptic does not recognise it's installation.

  2. sudo apt list --installed also does not.

  3. sudo pip2 uninstall jupyter
    worked something but still after that jupyter notebook opens.


I can not find any directory by name jupyter when I search in Nautilus except for one in which there is a cookie file.



So I just do not know how to remove it and where it exists.



Uninstalled Jupyter but still it works










share|improve this question

























  • what's the output of which -a jupyter? There is a similar question over here

    – v25
    Jan 17 at 16:58













  • @v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

    – gaurav1999
    Jan 17 at 17:10













  • @v25 Also about the similar link you told I tried it already did not works.

    – gaurav1999
    Jan 17 at 17:12
















0















I installed the jupyter notebook ,can't remember how , but when it came to remove it I just can't , it's there and works by simply typing:
"$jupyter notebook " but still :




  1. Synaptic does not recognise it's installation.

  2. sudo apt list --installed also does not.

  3. sudo pip2 uninstall jupyter
    worked something but still after that jupyter notebook opens.


I can not find any directory by name jupyter when I search in Nautilus except for one in which there is a cookie file.



So I just do not know how to remove it and where it exists.



Uninstalled Jupyter but still it works










share|improve this question

























  • what's the output of which -a jupyter? There is a similar question over here

    – v25
    Jan 17 at 16:58













  • @v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

    – gaurav1999
    Jan 17 at 17:10













  • @v25 Also about the similar link you told I tried it already did not works.

    – gaurav1999
    Jan 17 at 17:12














0












0








0








I installed the jupyter notebook ,can't remember how , but when it came to remove it I just can't , it's there and works by simply typing:
"$jupyter notebook " but still :




  1. Synaptic does not recognise it's installation.

  2. sudo apt list --installed also does not.

  3. sudo pip2 uninstall jupyter
    worked something but still after that jupyter notebook opens.


I can not find any directory by name jupyter when I search in Nautilus except for one in which there is a cookie file.



So I just do not know how to remove it and where it exists.



Uninstalled Jupyter but still it works










share|improve this question
















I installed the jupyter notebook ,can't remember how , but when it came to remove it I just can't , it's there and works by simply typing:
"$jupyter notebook " but still :




  1. Synaptic does not recognise it's installation.

  2. sudo apt list --installed also does not.

  3. sudo pip2 uninstall jupyter
    worked something but still after that jupyter notebook opens.


I can not find any directory by name jupyter when I search in Nautilus except for one in which there is a cookie file.



So I just do not know how to remove it and where it exists.



Uninstalled Jupyter but still it works







linux ubuntu python uninstall jupyter-notebook






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 17 at 17:44









Ahmed Ashour

1,3251715




1,3251715










asked Jan 17 at 16:52









gaurav1999gaurav1999

11




11













  • what's the output of which -a jupyter? There is a similar question over here

    – v25
    Jan 17 at 16:58













  • @v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

    – gaurav1999
    Jan 17 at 17:10













  • @v25 Also about the similar link you told I tried it already did not works.

    – gaurav1999
    Jan 17 at 17:12



















  • what's the output of which -a jupyter? There is a similar question over here

    – v25
    Jan 17 at 16:58













  • @v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

    – gaurav1999
    Jan 17 at 17:10













  • @v25 Also about the similar link you told I tried it already did not works.

    – gaurav1999
    Jan 17 at 17:12

















what's the output of which -a jupyter? There is a similar question over here

– v25
Jan 17 at 16:58







what's the output of which -a jupyter? There is a similar question over here

– v25
Jan 17 at 16:58















@v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

– gaurav1999
Jan 17 at 17:10







@v25 this one :- /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter /home/gaurav/.local/bin/jupyter

– gaurav1999
Jan 17 at 17:10















@v25 Also about the similar link you told I tried it already did not works.

– gaurav1999
Jan 17 at 17:12





@v25 Also about the similar link you told I tried it already did not works.

– gaurav1999
Jan 17 at 17:12










2 Answers
2






active

oldest

votes


















0














Looking at this answer.



I'm not sure if it will be the same in you case, but cat /home/gaurav/.local/bin/jupyter should show some python code, which among other things has:



import jupyter_core


So you could try pip2 uninstall jupyter_core and see if this has any effect.



You could also delete the file which which found: rm /home/gaurav/.local/bin/jupyter.



At this point you shouldn't be able to execute jupyter from the command line.



If you still suspect that something may be hiding somewhere, then investigate how to find and check your site-packages directory, and possibly investiate installing stuff in virtual environments in the future to prevent this stuff existing system-wide.






share|improve this answer
























  • I did this and it worked perhaps :-

    – gaurav1999
    Jan 17 at 17:51



















0














This worked perhaps :- `gaurav@gaurav-X555LAB:~$ sudo pip uninstall jupyter_core
The logs are here:- https://paste.gnome.org/pqdm2pd7g
It removed a lot of packages just do not know everything wiped out or not.
So I hope it's removed now , tell me if something went wrong here and if more needs to be done.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395466%2fcant-find-jupyter-notebooks-installed-location-or-remove-it-from-ubuntu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Looking at this answer.



    I'm not sure if it will be the same in you case, but cat /home/gaurav/.local/bin/jupyter should show some python code, which among other things has:



    import jupyter_core


    So you could try pip2 uninstall jupyter_core and see if this has any effect.



    You could also delete the file which which found: rm /home/gaurav/.local/bin/jupyter.



    At this point you shouldn't be able to execute jupyter from the command line.



    If you still suspect that something may be hiding somewhere, then investigate how to find and check your site-packages directory, and possibly investiate installing stuff in virtual environments in the future to prevent this stuff existing system-wide.






    share|improve this answer
























    • I did this and it worked perhaps :-

      – gaurav1999
      Jan 17 at 17:51
















    0














    Looking at this answer.



    I'm not sure if it will be the same in you case, but cat /home/gaurav/.local/bin/jupyter should show some python code, which among other things has:



    import jupyter_core


    So you could try pip2 uninstall jupyter_core and see if this has any effect.



    You could also delete the file which which found: rm /home/gaurav/.local/bin/jupyter.



    At this point you shouldn't be able to execute jupyter from the command line.



    If you still suspect that something may be hiding somewhere, then investigate how to find and check your site-packages directory, and possibly investiate installing stuff in virtual environments in the future to prevent this stuff existing system-wide.






    share|improve this answer
























    • I did this and it worked perhaps :-

      – gaurav1999
      Jan 17 at 17:51














    0












    0








    0







    Looking at this answer.



    I'm not sure if it will be the same in you case, but cat /home/gaurav/.local/bin/jupyter should show some python code, which among other things has:



    import jupyter_core


    So you could try pip2 uninstall jupyter_core and see if this has any effect.



    You could also delete the file which which found: rm /home/gaurav/.local/bin/jupyter.



    At this point you shouldn't be able to execute jupyter from the command line.



    If you still suspect that something may be hiding somewhere, then investigate how to find and check your site-packages directory, and possibly investiate installing stuff in virtual environments in the future to prevent this stuff existing system-wide.






    share|improve this answer













    Looking at this answer.



    I'm not sure if it will be the same in you case, but cat /home/gaurav/.local/bin/jupyter should show some python code, which among other things has:



    import jupyter_core


    So you could try pip2 uninstall jupyter_core and see if this has any effect.



    You could also delete the file which which found: rm /home/gaurav/.local/bin/jupyter.



    At this point you shouldn't be able to execute jupyter from the command line.



    If you still suspect that something may be hiding somewhere, then investigate how to find and check your site-packages directory, and possibly investiate installing stuff in virtual environments in the future to prevent this stuff existing system-wide.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Jan 17 at 17:22









    v25v25

    1562




    1562













    • I did this and it worked perhaps :-

      – gaurav1999
      Jan 17 at 17:51



















    • I did this and it worked perhaps :-

      – gaurav1999
      Jan 17 at 17:51

















    I did this and it worked perhaps :-

    – gaurav1999
    Jan 17 at 17:51





    I did this and it worked perhaps :-

    – gaurav1999
    Jan 17 at 17:51













    0














    This worked perhaps :- `gaurav@gaurav-X555LAB:~$ sudo pip uninstall jupyter_core
    The logs are here:- https://paste.gnome.org/pqdm2pd7g
    It removed a lot of packages just do not know everything wiped out or not.
    So I hope it's removed now , tell me if something went wrong here and if more needs to be done.






    share|improve this answer




























      0














      This worked perhaps :- `gaurav@gaurav-X555LAB:~$ sudo pip uninstall jupyter_core
      The logs are here:- https://paste.gnome.org/pqdm2pd7g
      It removed a lot of packages just do not know everything wiped out or not.
      So I hope it's removed now , tell me if something went wrong here and if more needs to be done.






      share|improve this answer


























        0












        0








        0







        This worked perhaps :- `gaurav@gaurav-X555LAB:~$ sudo pip uninstall jupyter_core
        The logs are here:- https://paste.gnome.org/pqdm2pd7g
        It removed a lot of packages just do not know everything wiped out or not.
        So I hope it's removed now , tell me if something went wrong here and if more needs to be done.






        share|improve this answer













        This worked perhaps :- `gaurav@gaurav-X555LAB:~$ sudo pip uninstall jupyter_core
        The logs are here:- https://paste.gnome.org/pqdm2pd7g
        It removed a lot of packages just do not know everything wiped out or not.
        So I hope it's removed now , tell me if something went wrong here and if more needs to be done.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 17 at 17:54









        gaurav1999gaurav1999

        11




        11






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1395466%2fcant-find-jupyter-notebooks-installed-location-or-remove-it-from-ubuntu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...