JupyterLab 4 support tracking issue
Hi team
This issue is checking the current status of drawio as I can see that the support of jupyter 4 is still not yet ready.
If it is still an active project, I am happy to help with 4.0 support.
Otherwise if it is actually archived/deprecated, I may remove drawio on my personal environment.
Regards
As discussed at https://github.com/QuantStack/jupyterlab-drawio/issues/119 , I am going to make drawio compatible with JupyterLab 4
The ongoing PR is here https://github.com/QuantStack/jupyterlab-drawio/pull/121/files
Since I am new to drawio and my experience so far is general Jupyter Labextension develop and engineering works, feel free to raise any comment on my PR or here directly
What I did so far
- Upgrade extension via common upgrade script with
- related build tools/ gitlab jobs / pyproject.toml consistent with modern style
- Jupyter dependencies upgrade to 4.2 (and fixed breaking changes)
- A few other engineering change (mainly introduced since the difference of ts 3.9/5), such that I can successfully build Drawio wheel in JupyterLab 4
What is pending?
- looks like there are a few issue such that I cannot trigger command to create new dio file
Hey, can someone from help trigger check?