omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    tabulate() Pythonista on iPad Pro

    Pythonista
    4
    6
    1208
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Phlurim
      Phlurim last edited by

      Can’t find any info about using tabulate() in Pythonista on my iPad Pro. If not feasible, are there any alternatives to tabulate()?

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @Phlurim last edited by

        @Phlurim as tabulate is pure Python, you could use it in Pythonista. Of course, you have to install it.

        1 Reply Last reply Reply Quote 0
        • Phlurim
          Phlurim last edited by

          Ok. Thx.
          I tried installing tabulate() via Pythonista on my iPad Pro. But the directions seem to require a Mac keyboard, versus iPad’s on-screen keyboard?! Does this mean I have to connect an Apple keyboard to my iPad in order to be able to install tabulate()? If so, I don’t see this as a problem. Thank you.

          cvp 1 Reply Last reply Reply Quote 0
          • cvp
            cvp @Phlurim last edited by cvp

            @Phlurim I don't know anything about tabulate thus I can't help but anyway, I don't know why an external keyboard would be necessary. And you can always connect via Bluetooth your Mac keyboard to try if it helps. Good luck

            Édit: you can use pip to install tabulate. And you can use pip via stash which can be installed via only one line, see the linked page

            import requests as r; exec(r.get('https://bit.ly/get-stash').content)
            
            1 Reply Last reply Reply Quote 1
            • jakel
              jakel last edited by

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • avensis
                avensis last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Powered by NodeBB Forums | Contributors