@systems-modeling/jupyterlab-sysml
v0.57.0
Published
A JupyterLab extension for system modeling using SysML
Readme
JupyterLab SysMLv2 Extension
Adds syntax highlighting to code cells in JupyterLab for the SysMLv2 language.
Install locally
Start by ensuring you are in the desired conda env with the isysml kernel installed, for example:
$ conda create --name sysml
$ conda activate sysml
$ cd isysml && ./install.shFrom this directory:
$ yarn install
$ yarn run build
$ jupyter labextension install .
$ jupyter lab