Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
114 stars 23 forks source link

Installing extensions with jupyter labextension install is deprecated #523

Closed GorgiAstro closed 5 months ago

GorgiAstro commented 5 months ago

Installing jupyter lab extensions should now be done with pip or conda:

~$ jupyter labextension install "@systems-modeling/jupyterlab-sysml"

(Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.

Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages

seidewitz commented 5 months ago

This is true for later versions of Jupyter. Currently we are only supporting Jupyter 2.x.