How to run graphical python program on Ubuntu server?Graphic mode in Ubuntu ServerHow to run Windows apps in Ubuntu Server 14.04 wihout GUIActivate remote desktop on my ubuntu server, which interface/program?KVM connection to a remote server (ubuntu 18.04)Setting up OpenCV to use with ShotwellOpenCV says module object has no attribute face

2000s space film where an alien species has almost wiped out the human race in a war

Test to know when to use GLM over Linear Regression?

Is it appropriate to CC a lot of people on an email

Work done by spring force

Does a large scratch in an ND filter affect image quality?

What is the source of "You can achieve a lot with hate, but even more with love" (Shakespeare?)

Can derivatives be defined as anti-integrals?

Unable to find solution to 6 simultaneous equations

How to publish superseding results without creating enemies

Why are some files not movable on Windows 10?

Some Prime Peerage

Bit one of the Intel 8080's Flags register

What is the meaning of 「ぞんぞん」?

Teleport everything in a large zone; or teleport all living things and make a lot of equipment disappear

How much would a 1 foot tall human weigh?

Statistical tests for benchmark comparison

What is the mathematical notation for rounding a given number to the nearest integer?

Where is it? - The Google Earth Challenge Ep. 3

What 68-pin connector is this on my 2.5" solid state drive?

Planar regular languages

International Orange?

Why is this sentence grammatical?

Meaning of Swimming their horses

Can I see Harvest moon in India?



How to run graphical python program on Ubuntu server?


Graphic mode in Ubuntu ServerHow to run Windows apps in Ubuntu Server 14.04 wihout GUIActivate remote desktop on my ubuntu server, which interface/program?KVM connection to a remote server (ubuntu 18.04)Setting up OpenCV to use with ShotwellOpenCV says module object has no attribute face






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am working on face recognition project on Ubuntu 18.04 remote server. I don't know how to install the desktop(GUI) version. I can run face recognition program without the cv2.imshow part. How can I display the results in graphical mode?










share|improve this question
































    1















    I am working on face recognition project on Ubuntu 18.04 remote server. I don't know how to install the desktop(GUI) version. I can run face recognition program without the cv2.imshow part. How can I display the results in graphical mode?










    share|improve this question




























      1












      1








      1








      I am working on face recognition project on Ubuntu 18.04 remote server. I don't know how to install the desktop(GUI) version. I can run face recognition program without the cv2.imshow part. How can I display the results in graphical mode?










      share|improve this question
















      I am working on face recognition project on Ubuntu 18.04 remote server. I don't know how to install the desktop(GUI) version. I can run face recognition program without the cv2.imshow part. How can I display the results in graphical mode?







      python gui opencv






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 15 at 19:49









      Jeff

      1,02611 silver badges22 bronze badges




      1,02611 silver badges22 bronze badges










      asked Apr 15 at 11:39









      Huseyn QaraevHuseyn Qaraev

      62 bronze badges




      62 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0
















          I'm assuming you are accessing the server remotely. If so (or if you can) see below.



          For development you may want to look at using jupyter notebook. It runs on the server and you can access it from a web browser on another computer. You can wright you code or scripts in it and save/load programs there. The main thing is that over the remote browser session you can get images to appear so it may serve your needs. I've quite liked the tool from my use.




          The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.




          jupyter






          share|improve this answer





























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            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/4.0/"u003ecc by-sa 4.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%2faskubuntu.com%2fquestions%2f1134066%2fhow-to-run-graphical-python-program-on-ubuntu-server%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0
















            I'm assuming you are accessing the server remotely. If so (or if you can) see below.



            For development you may want to look at using jupyter notebook. It runs on the server and you can access it from a web browser on another computer. You can wright you code or scripts in it and save/load programs there. The main thing is that over the remote browser session you can get images to appear so it may serve your needs. I've quite liked the tool from my use.




            The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.




            jupyter






            share|improve this answer































              0
















              I'm assuming you are accessing the server remotely. If so (or if you can) see below.



              For development you may want to look at using jupyter notebook. It runs on the server and you can access it from a web browser on another computer. You can wright you code or scripts in it and save/load programs there. The main thing is that over the remote browser session you can get images to appear so it may serve your needs. I've quite liked the tool from my use.




              The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.




              jupyter






              share|improve this answer





























                0














                0










                0









                I'm assuming you are accessing the server remotely. If so (or if you can) see below.



                For development you may want to look at using jupyter notebook. It runs on the server and you can access it from a web browser on another computer. You can wright you code or scripts in it and save/load programs there. The main thing is that over the remote browser session you can get images to appear so it may serve your needs. I've quite liked the tool from my use.




                The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.




                jupyter






                share|improve this answer















                I'm assuming you are accessing the server remotely. If so (or if you can) see below.



                For development you may want to look at using jupyter notebook. It runs on the server and you can access it from a web browser on another computer. You can wright you code or scripts in it and save/load programs there. The main thing is that over the remote browser session you can get images to appear so it may serve your needs. I've quite liked the tool from my use.




                The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.




                jupyter







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 15 at 12:09

























                answered Apr 15 at 12:00









                JeffJeff

                1,02611 silver badges22 bronze badges




                1,02611 silver badges22 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • 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%2faskubuntu.com%2fquestions%2f1134066%2fhow-to-run-graphical-python-program-on-ubuntu-server%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

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?