Notice
Recent Posts
Recent Comments
Link
- Today
- Total
엔지니어스 - Engineeus
install .ipynb 본문
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
'Autonomous Tech. > Error (Windows & Ubuntu)' 카테고리의 다른 글
ModuleNotFoundError: No module named 'skimage (0) | 2021.07.15 |
---|---|
ImportError: The _imagingft C module is not installed in xavier (0) | 2021.07.08 |
illegal instruction torch or torch2trt (0) | 2021.07.08 |
python3 setup.py install --user Illegal instruction (core dumped) in xavier agx (0) | 2021.07.08 |
You don't have enough free space in /var/cache/apt/archives/. (0) | 2021.07.07 |
Comments