I get the following error on trying to run from windows and python 3.
Traceback (most recent call last):
File "cube_interactive.py", line 46, in
class Cube:
File "cube_interactive.py", line 77, in Cube
for theta in (np.pi / 2, -np.pi / 2)]
File "cube_interactive.py", line 77, in
for theta in (np.pi / 2, -np.pi / 2)]
NameError: name 'x' is not defined
I get the following error on trying to run from windows and python 3.
Traceback (most recent call last):
File "cube_interactive.py", line 46, in
class Cube:
File "cube_interactive.py", line 77, in Cube
for theta in (np.pi / 2, -np.pi / 2)]
File "cube_interactive.py", line 77, in
for theta in (np.pi / 2, -np.pi / 2)]
NameError: name 'x' is not defined