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
Unfortunately, sidecar is not compatible with Jupyter Notebook. I would suggest not using sidecar or better yet, switch to JupyterLab so that sidecar can work.
Let me know if that helps.
I was runing
from jupyros import ros3d
and get error "ImportError: cannot import name 'ros3d' from 'jupyros'"ImportError Traceback (most recent call last)
Cell In[4], line 1
----> 1 from jupyros import ros3d
2 import rospy
ImportError: cannot import name 'ros3d' from 'jupyros' (/Users/chengtszyin/Desktop/new_ws/jupyter-ros/jupyros/init.py)
Please help. THANK YOU
The text was updated successfully, but these errors were encountered: