Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 485 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 485 Bytes

Robot_Vision_Jupyter_notebook

Class material for Robot Vision

How to install Jupyter notebook on Anaconda

Please go to this page

https://docs.anaconda.com/anaconda/install/

Click the your corresponse system tap menu
Please install Python 3.xx version

Conda Environment
launch Anaconda Prompt

$ conda create --name robvis python=3.7 matplotlib numpy

Since today's lecture, please run the codes on RV_PyAprilTag environment.