You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add a custom server in the kernel.json file:
{
"argv": [
"java",
"-jar",
"/home/caemh/miniconda3/envs/sysml/share/jupyter/kernels/sysml/jupyter-sysml-kernel-0.38.0-all.jar",
"{connection_file}"
],
"display_name": "SysML",
"env": {
"ISYSML_API_BASE_PATH": "http://localhost:9000"
},
"interrupt_mode": "message",
"language": "sysml"
}
Change the ISYSML_API_BASE_PATH.
But I agree, it could be easier :)
It would be nice to have more magic commands in jupyter for managing a SysML project, for instance:
%commit
magic, not only using the default intercax.com servers.The text was updated successfully, but these errors were encountered: