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
- ASP
- Excel
- PyQt
- PER
- flutter
- 날짜
- 라즈베리파이
- MS-SQL
- 유니티
- node.js
- 다이어트
- GIT
- IOS
- sqlite
- Linux
- 함수
- pandas
- python
- 맛집
- urllib
- swift
- Unity
- javascript
- ubuntu
- tensorflow
- PyQt5
- port
- MySQL
- 리눅스
- mssql
Archives
목록2019/03/21 (1)
아미(아름다운미소)
라즈베리 파이 주피터 노트북(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 2. 설치 $ sudo pip3 install jupyter 3. 실행 $ jupyter-notebook --ip=[라즈베리파이 IP 주소] --no-browser 예 > $ jupyter-notebook --ip=192.168.25.57 --no-browser
서버/리눅스
2019. 3. 21. 19:09