I installed Isaac Sim using the pip installation method. It seems that jupyter_notebook.sh
mentioned in the Jupyter Notebook snippet in the official document is not present.
I try to first start a standard IPython kernel and then load the Omni app launcher. However, after running AppLauncher()
, the IPython console stops working. Setting the ISAAC_JUPYTER_KERNEL
environment variable and applying nest_asyncio
as mentioned in the Docs does not help.
Any idea how to get Jupyter/IPython working with my installation? Thanks!