ros-devcontainer-vscode icon indicating copy to clipboard operation
ros-devcontainer-vscode copied to clipboard

Can the jupyter notebook create a python3 notebook?

Open wegunterjr opened this issue 3 years ago • 1 comments

When I connect to the jupyter notebook browser, I can create a new file, but it is always python2.

Also, when doing pip install, is that saved: (partly newb docker question):

Please be noticed that the docker-compose down command will reset your environment including installed .deb packages. However, if you write package.xml files correctly, you can reinstall all the depending packages by entering the following two commands:

$ rosdep update
$ rosdep install --from-paths src --ignore-src -r -y

wegunterjr avatar Oct 14 '20 16:10 wegunterjr

In ROS1 images, we only configure jupyter notebook to create python2, because ROS1 only supports python2.

pip install persists if you don't run docker-compose down command.

yosuke avatar Oct 15 '20 00:10 yosuke