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
- 인공지능
- 노션구분선
- Python
- inlineequation
- 코드프레소
- 파이썬
- vsdcode
- Codepresso
- 코드프레소체험단
- get_dummies
- 딥러닝강의
- 인터넷강의
- 머신러닝최적화
- OneHotEncoding
- statsmodels
- 코딩인강추천
- vscode설치
- 더미변수화
- 유데미코리아
- python설치하기
- 그리드서치
- 머신러닝
- notiondivider
- beauify
- 인공지능공부
- 머신러닝인강
- windowd
- 평생수강
- 노션활용법
- ai인강
Archives
- Today
- Total
나를 찾아가는 길
[Python] Jupyter Notebook Table of Contents 만들기 본문
Step 1.
nbextensions라는 패키지를 설치
!pip install jupyter_contrib_nbextensions
Step 2.
notebook 확장자 jupyter 서버에 등록
!jupyter nbextensions_configurator enable --user
'Python > 공부-ing' 카테고리의 다른 글
[Python] 문자열 출력 format (0) | 2022.01.28 |
---|---|
[Python] 머신러닝 용어: 파라미터와 하이퍼 파라미터 (0) | 2022.01.27 |
[Python] 지수표현 대신 실수표현 (0) | 2022.01.20 |
[Python]dta 파일 불러오기 (0) | 2022.01.15 |
[Python] 더미변수화&One-Hot Encoding (0) | 2022.01.11 |
Comments