SGR-FA
SGR-FA
EDIT: Thank you, I've made a try with the same strange ```'XYZ'``` to ```'xyz'```: in the notebook output, I get: ``` Comm message sent by GridHelper (d6c128ac3f844875bc5830a3fbe4f26a): {'method': 'update', 'state':...
Great ! Thank you !
Hi, (please translate, I greatly lack ability to speak/write in this language) Unfortunately, trials and errors forced me to use the ```rotateX``` method. ``` class CustomJupyterRenderer(JupyterRenderer): ... self.my_grid = Grid(bb_center=self._bb.center,...
> TraitError: The 'rotation' trait of a GridHelper instance contains an Enum of an Euler which expected any of ['XYZ', 'YZX', 'ZXY', 'XZY', 'YXZ', 'ZYX'], not the str 'xyz'. 我也是这个报错你是用啥解决的...