difference between running jupyter console and basic python? #1733
IngridJSJ
started this conversation in
Discussion
Replies: 1 comment 1 reply
-
While tryin to make a kernel specification, I get this error. [23-06-2022 18:46:24] Starting Python kernel spec install process Installing kernel specs failed. Please install them manually. Thank you again! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was wondering what is difference between running a tool with jupyter console and basic python?
What is the advantage of jupyter console?
We used to run the emlabpy with jupyter console, but when adding packages for AMIRIS, then the dependencies got messed up.
So we had to run from basic console.
Still when running from basic console there seems to be an error : kernel died -> we think that is because the AMIRIS dont terminate properly? This error dont come when running outside spinetoolbox
Any idea of why this kernel dies (why is there a kernel, also executing from basic console)
Luckily the process finishes and the next step is also executed, so it is fine for now.
Similarly for running emlabpy modules (all the other tools), if I want to run with the Jupyter console, then I have to install many more packages for it to run as a jupyter console. Its not only the Ipkernel, it works when installing:
pip install git+https://github.com/Spine-project/spinetoolbox-dev
Thank you and best regards,
Ingrid
Beta Was this translation helpful? Give feedback.
All reactions