New ScreenPanel
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
a = call_jep("numpy", "ones", [(2,3)])
|
||||
print a.getDimensions(), a.getData()
|
||||
|
||||
|
||||
b = call_jep("numpy", "transpose", [a,])
|
||||
print b.getDimensions(), b.getData()
|
||||
Reference in New Issue
Block a user