Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the jupyter notebook create a python3 notebook? #8

Open
wegunterjr opened this issue Oct 14, 2020 · 1 comment
Open

Can the jupyter notebook create a python3 notebook? #8

wegunterjr opened this issue Oct 14, 2020 · 1 comment

Comments

@wegunterjr
Copy link

wegunterjr commented Oct 14, 2020

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
@yosuke
Copy link
Member

yosuke commented Oct 15, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants