Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jupyter kernel] Feature request: add more magic commands #536

Open
GorgiAstro opened this issue Feb 16, 2024 · 1 comment
Open

[jupyter kernel] Feature request: add more magic commands #536

GorgiAstro opened this issue Feb 16, 2024 · 1 comment

Comments

@GorgiAstro
Copy link

It would be nice to have more magic commands in jupyter for managing a SysML project, for instance:

  • Not only committing to a SysMLV2 API server, but also pulling from it
  • Specifying a custom server URL to the %commit magic, not only using the default intercax.com servers.
@CThuleHansen
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants