$ pip install jupyter확장 프로그램은 링크를 통해 확인 가능하다.
일부 확장 프로그램은 pip 추가 설치 해야하는 경우도 있다.
(1) pip를 통한 패키지 설치
$ pip install jupyter_contrib_nbextensions(2) JS, CSS 파일 설치
$ jupyter contrib nbextension install --user(3) 확장프로그램 목록 확인
http://localhost:8888/nbextensions
- 사용중인 확장 프로그램
- Table of Contents (필수)
-
- 파이썬 기초
- 식별자
- 기초 문법
- 변수 및 자료형
- 수치형(numbers)
- Bool
- None
- 문자형(string)
- 연산자
- 산술 연산자
- 비교 연산자
- 논리 연산자
- 복합 연산자
- 기타 연산자
- 연산자 우선순위
- 기초 형변환
- 시퀀스 자료형
- 리스트
- 튜플
- 레인지
- set, dictionary
- set
- dictionary
-
Control of Flow
- 조건문
- 반복문
- 함수
-
Data Structures
- Lists
- Tuples/Sequences
- Sets
- Dictionaries
-
Control of Flow with Data Structures
-
Error and Exceptions
-
Classes
Python 라이선스 정책을 따라 GPL-3.0을 따릅니다.
본 강의자료는 Python Tutorial를 참조하여 만들어졌습니다.