Regarding helics_cli terminal #2224
-
Hello, I was trying out the base examples and did not understand the part about installing helics_cli. The reason may be that I am using python for the very first time. I have been trying the base example using the jupyter notebook. I installed helics_cli using pip install pip install git+git://github.com/GMLC-TDC/helics-cli.git@main |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Oh, this is a good question. I'm not a Jupyter notebook user but I suspect there is a way that you can run a system or shell command. Let me look really quick... From here, it looks like Jupyter has a magic system command to let you do things like this. %system
So you should be able to do something like:
|
Beta Was this translation helpful? Give feedback.
-
Its been two months so I'm going to close this one out for now. |
Beta Was this translation helpful? Give feedback.
Oh, this is a good question. I'm not a Jupyter notebook user but I suspect there is a way that you can run a system or shell command. Let me look really quick...
From here, it looks like Jupyter has a magic system command to let you do things like this.
%system
The %system command lets us execute Unix shell commands in the jupyter notebook. We can execute any single line Unix shell command from the notebook. We have explained below the usage of the command with two simple examples.
So you should be able to do something like: