엔지니어스 - Engineeus

install .ipynb 본문

Autonomous Tech./Error (Windows & Ubuntu)

install .ipynb

Engineeus 2021. 7. 8. 18:56
728x90

1 Install ipython

If it is python2, execute

 

sudo pip install ipython
If it is python3, execute

 

sudo pip3 install ipython3

 

2 Install the notebook

After finishing, continue to install jupyter

If it is python2, execute

pip install jupyter
If it is python3, execute
pip3 install jupyter

Comments