logoStephen's 기술블로그

포스트 검색

제목, 태그로 포스트를 검색해보세요

#Jupyter Lab 설치

#Jupyter Lab 설치
Python
성훈 김
2024년 3월 13일
목차

1️⃣ Python.org 접속

notion image
 
 

2️⃣ 사용환경에 맞게 선택

notion image
 

3️⃣ 64bit windows 다운로드

💡
stable release를 선택한다.
notion image
 

4️⃣ Path설정을 체크하고 install 한다.

notion image
 
💡
설치 완료
notion image
 
 

5️⃣ cmd창을 연다

💡
윈도우즈 검색란에서 cmd를 입력하고 관리자의 권한으로 실행한다.
notion image
 

6️⃣ 주피터랩 설치

💡
🔹 cmd 창에서 아래 명령어를 입력하여 주피터랩을 설치한다. 🔹 주피터랩사이에 빈공간이 없다는거 잘 확인하자
Java
pip install jupyterlab
notion image
 
 

7️⃣ Windows PowerShell을 연다.

notion image
 
💡
명령어창에 jupyter lab 입력
Java
jupyter lab
notion image
 
 

8️⃣ 아래 화면처럼 나오면 성공!

notion image
 
💡
새 프로젝트는 Python3 Notebook에서 실행!
notion image
 
💡
첫 시작 기념으로 Hello world를 출력해본다. 명령 실행은 ctrl + enter
notion image