pyganja
pyganja copied to clipboard
Visualisation library for geometric algebra with cefpython and ganja.js
Finding pyganja works superbly in Jupyter notebooks, but Jupyterlab places restriction against unmediated javascript. Option is to write an extension, but thought to ask if you have recommendation in this...
See https://github.com/pygae/clifford/issues/85 Example error message: ``` Traceback (most recent call last): File "", line 1, in File "E:\projects\pyganja\pyganja\script_api.py", line 237, in draw render_scene_string_appropriately(str(sc)) File "E:\projects\pyganja\pyganja\script_api.py", line 223, in render_scene_string_appropriately render_cef_script(scene_string,...
See: https://github.com/enkimute/ganja.js/issues/35