So, I am writing some code using my Mac, that I am then saving on iCloud and reading into my iPad. All works well... alas...
I am using the numpy library, and though this runs perfectly on the Mac, when the script reaches the third line here:
import numpy as np
[my code here]
print(np.flip(board, 0))
I get the following error in Pythonista
Attribute error:
Module numpy has no attribute 'flip'
Can anyone offer any advice for me, please?