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

ST6RI-681 Add %help command to Jupyter #493

Closed seidewitz closed 11 months ago

seidewitz commented 11 months ago

This pull request adds a new %help command to the Jupyter SysML v2 kernel. Without an argument, this command prints a list of all available magic commands (this its particularly useful new capability). If given a command name (with or without the initial %) as its argument, it prints the help information for that command (i.e., %helpcmd produces the same result as %cmd-h).