Closed Phoenix616 closed 3 months ago
Thanks for opening this issue!
As you discovered, the errors were coming from the extension's incompatibility with v4
of JupyterLab
.
A new release was made of jupyterlab-blockly
, v0.3.2
, and is compatible with the latest JupyterLab
, namely v4.2.4
.
When trying to run jupyterlab-blockly on JupyterLab 4.1.5 (current latest, didn't work with previous 4 versions either) the following errors are printed in the Browser's Javascript console:
None are shown server-side (I assume because the instructions never reach it due to the browser errors, probably due to interface changes?)
In the browser the blockly interface can be used properly but neither running it nor the code preview screen shows. (It simply stays empty I assume because the JavaScripts fails)
(Using it with JupyterLab 3.16 as indicated by the readme works fine though but being able to use an up to date JupyterLab version would be nice and I didn't find an issue regarding this yet)