Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- PyQt
- 다이어트
- 함수
- node.js
- PER
- ubuntu
- javascript
- 맛집
- python
- tensorflow
- pandas
- Excel
- PyQt5
- mssql
- IOS
- 라즈베리파이
- 유니티
- port
- flutter
- swift
- Unity
- 날짜
- 리눅스
- Linux
- ASP
- MS-SQL
- MySQL
- sqlite
- GIT
- urllib
Archives
아미(아름다운미소)
라즈베리 파이 주피터 노트북(Jupyter Notebook) 설치하기 본문
라즈베리 파이 주피터 노트북(Jupyter Notebook) 설치하기
1. 설치 전 기본 작업$ sudo apt-get update $ sudo apt-get install python3-matplotlib $ sudo apt-get install python3-scipy $ sudo apt-get install python3-pip $ sudo pip3 install --upgrade pip $ sudo reboot
$ sudo pip3 install jupyter
$ jupyter-notebook --ip=[라즈베리파이 IP 주소] --no-browser
$ jupyter-notebook --ip=192.168.25.57 --no-browser
'서버 > 리눅스' 카테고리의 다른 글
[라즈베리파이3] Miniconda 설치 (0) | 2019.03.27 |
---|---|
라즈베리 파이 초기 비밀번호 (0) | 2019.03.26 |
리눅스 서버의 메모리 관리(사용량 확인/캐시삭제/정기관리) (0) | 2019.02.03 |
라즈베리파이 시간 설정 (0) | 2019.01.24 |
리눅스 로컬서버 열린 포트 확인 (0) | 2019.01.20 |
Comments