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
I can't install jupyter-openmodelica in ubuntu 20.04. The kernel does not appear in the list or in jupyter kernelspec list
There is no kernel.json file, which I have used to install other jupyter kernels.
You mention that I should set the OPENMODELICAHOME variable, but I don't know what value should it take after an openmodelica installation from the official repositories.
Regards
The text was updated successfully, but these errors were encountered:
b)
Note that I use the nightly version echo "deb [arch=amd64 signed-by=/usr/share/keyrings/openmodelica-keyring.gpg] \ https://build.openmodelica.org/apt \ $(cat /etc/os-release | grep "\(UBUNTU\\|DEBIAN\\|VERSION\)_CODENAME" | sort | cut -d= -f 2 | head -1) \ nightly" | sudo tee /etc/apt/sources.list.d/openmodelica.list
c)
Update your system and install full version or minimal version with sudo apt install --no-install-recommends omc sudo apt update sudo apt install openmodelica
Now you should be ready for using OpenModelica-Kernel in JupyterNotebook.
I just create a file with .ipynb extension with vscode and open it. Then I choose the OpenModelica as kernel and the cells can be used for Modelica Code and with commands from the OpenModelica Scripting API.
I can't install jupyter-openmodelica in ubuntu 20.04. The kernel does not appear in the list or in jupyter kernelspec list
Regards
The text was updated successfully, but these errors were encountered: