Errno 'jupyter-labextension' not found
I got error when I ran the code "jupyter labextension install jupyter-ros "
Error executing Jupyter command 'labextension': [Errno 'jupyter-labextension' not found] 2
can you install jupyter lab first? pip install jupyterlab
can you install jupyter lab first?
pip install jupyterlab
thanks, I got it.
can you install jupyter lab first?
pip install jupyterlab
oh no, I got another error
D:\python\jupyter-ros-master>jupyter nbextension install --py --symlink --sys-prefix jupyros
The rospy package is not found in your $PYTHONPATH. Subscribe and publish are not going to work.
Do you need to activate your ROS environment?
Installing d:\python\jupyter-ros-master\jupyros\static -> jupyter-ros
Symlinking: D:\Anaconda3\envs\tf2test\share\jupyter\nbextensions\jupyter-ros -> d:\python\jupyter-ros-master\jupyros\static
Traceback (most recent call last):
File "D:\Anaconda3\envs\tf2test\Scripts\jupyter-nbextension-script.py", line 10, in
Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.