omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. jackattack

    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.


    • Profile
    • Following 1
    • Followers 0
    • Topics 6
    • Posts 17
    • Best 0
    • Controversial 0
    • Groups 0

    jackattack

    @jackattack

    0
    Reputation
    811
    Profile views
    17
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    jackattack Unfollow Follow

    Latest posts made by jackattack

    • Pythonista LATEX output

      Has anyone ever had any success at getting Pythonista to actually create nice looking latex output. I can generate latex code but I’ve not been able to get matplotlib or sympy to output anything. Is this a limitation of Pythonista or am I missing something. Non of the examples in the matplotlib or sympy documentation seem to actually work

      posted in Pythonista
      jackattack
      jackattack
    • RE: Saving clipboard image to specific file

      Also in my original post I said save to file I actually meant folder, oops

      posted in Pythonista
      jackattack
      jackattack
    • RE: Saving clipboard image to specific file

      Hey thanks for the replies, I would share my code but it’s super basic, just gets the clipboard pil image and then saves it to a location using a path. So I would like to understand how to save it to different locations. Ideally as a starting point somewhere in my iCloud but somewhere on the my iPad part of pythonista would be fine, I just don’t know how to set up a functioning path to any of these places.

      posted in Pythonista
      jackattack
      jackattack
    • Saving clipboard image to specific file

      Hey I feel like this should be really simple, I just want a small script that runs from the share sheet that takes an image and saves it to a specific file. My issue is I can’t seem to get the path part to work. how can I get a specific files path?

      posted in Pythonista
      jackattack
      jackattack
    • RE: Using table view, simple changes

      Hey so I actually found a solution on the forum from ages ago. If anyone else is interested you basically have to copy list data source class into a separate module and add in a background colour attribute, works well

      posted in Pythonista
      jackattack
      jackattack
    • Using table view, simple changes

      Hey can anyone explain how to edit a table view, I’ve been using listdatasource because the other option was a little confusing to me. When I load the table view it always has a white background for the cells, is there an easy way to edit these cells? Similar question, can I change the text alignment in these cells?

      posted in Pythonista
      jackattack
      jackattack
    • Is Installing Manim possible?

      So been doing some research and manim a maths animation package looks really interesting to me but I don’t know if it is possible to install it on Pythonista, I’m pretty much only used to doing pip installs. I’ve been reading about the installation process for it and I ended up really confused, any help would be appreciated

      posted in Pythonista
      jackattack
      jackattack
    • Matlab graph displayed in today widget

      Hey I’m trying to use a matlab plot in a today widget using UI. How would I display the plot as an image in the today widget?

      posted in Pythonista
      jackattack
      jackattack
    • RE: Sprite animation linked with an action

      Also the only bit I didn’t really understand was when you set up the button class you used init, but then you did spritenode.init what is this for?

      posted in Pythonista
      jackattack
      jackattack
    • RE: Sprite animation linked with an action

      @stephen

      I’ve learnt so much reading your code, love the way you’ve done so many things, spent ages going through it all. Could you give me any insight into the order you went about writing it?

      posted in Pythonista
      jackattack
      jackattack