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
- collection.find
- mongodb
- nodejs mongodb
- Installation
- 맥
- node.js 연동
- homebrew
- Projection
- MacOS
- Jupyter notebook
- mongodb nodejs driver
- Windows10
- Node.js
- MYSQL
- [Object]
- pip jupyter
- query
- 파이썬3
- util.inspect
- console.log
- python3
- mongoDB [Object]
- 맥에 파이썬 설치
- node.js설치
- mongo-native
Archives
- Today
- Total
Bon Voyage
MacOS에 Jupyter 설치하기 본문
참고한 URL
https://www.44bits.io/ko/post/understanding-jupyter-multiple-kernel-using-python2-and-python3-kernel
0. 들어가기 전에
난 python3 설치가 되어 있는 상태에서 jupyter를 설치했다.
(참고 : https://nangkyeong.tistory.com/entry/MacOS에-Homebrew로-python3-설치하기 )
현재 pip 버전은 아래와 같다
$ pip --version
pip 19.1.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
1. jupyter 설치
$ pip install jupyter
2. jupyter 실행
$ jupyter notebook
기본으로 localhost:8888로 잡아 브라우저가 뜬다. 만약 8888이 잡혀 있으면 8889 등으로 포트를 자동 배정한다.
끝 ! ㅎㅅㅎ
'설치' 카테고리의 다른 글
macOS에 virtualenv 설치하고 사용하기 (0) | 2019.12.30 |
---|---|
macOS Catalina에 python 3, pip 설치하기 (0) | 2019.12.30 |
Windows에서 Node.js 설치하기 (0) | 2019.07.17 |
MacOS에 Homebrew로 python3 설치하기 (0) | 2019.07.13 |
MacOS에서 Hombrew로 MySQL 설치하기 (0) | 2019.07.12 |
Comments