Pythonista-Issues icon indicating copy to clipboard operation
Pythonista-Issues copied to clipboard

Issue tracker for Pythonista (iOS)

Results 160 Pythonista-Issues issues
Sort by recently updated
recently updated
newest added

keyboard.get_selected_text() returns empty if selected text in another app than Pythonista editor

It would be fantastic if [black](https://github.com/ambv/black) was available as another style guide choice in the reformat code functionality. Black is rapidly gaining popularity within the Python world, so seems like...

The [`pandas`](http://pandas.pydata.org) library would allow for more powerful data analysis for Pythonista, and is a much requested feature: - https://forum.omz-software.com/topic/1488/pandas-on-pythonista - https://forum.omz-software.com/topic/2376/using-pandas-in-pythonistas - https://forum.omz-software.com/topic/3213/pandas-wanted

3rd-party-module
fixed-in-beta

I bought [PragmataPro](https://www.fsd.it/shop/fonts/pragmatapro/) font long time ago and I do use it everywhere. Console, PyCharm, ... I also did install PragamtaPro font on my iPad (globally, any app can use...

enhancement
pythonista

**Description** While trying out pythonista keyboards I found that the calculate keyboard produces strange results. Typing an number in the empty line (conveniently using the Pythonista editor) the CalculatorView.label shows...

As it says in the title, I tried adding a script in iCloud to the share extension. Selecting this script returns "Script Not Found"; manually locating the script doesn't help....

bug
pythonista

Pythonista version: `Pythonista v. 3.2 (320000)` Device: `iPhone X` iOS version: `12.1.4 / 13pb2` No `__enter__ `attribute in sys.stdin ``` >>> with stdin as inp: ... for line in inp:...

When I save my .py extension on iCloud using Pythonista, when I run the extension it always gives me the “script not found” error with a locate button. Using locate...

I use the following setup: * iPhone 6S * iOS 11.2.1 * Pythonista 3.2 * python 2.7 interpreter All the plotting examples fail; investigating shows that everything works fine until...

3rd-party-module
crash

""" Demo of the errorbar function. same code to crash it """ import numpy as np import matplotlib.pyplot as plt # example data x = np.arange(0.1, 4, 0.5) y =...