์๋ ํ์ธ์.
์ ๊ธ์ ์ฃผํผํฐ ๋ ธํธ๋ถ์ ์ด์ฉํ์ฌ ๋ฅ๋ฌ๋ ์๋ฒ๋ฅผ ๋ง๋๋ ๊ธ์ ์ฌ๋ ธ์ต๋๋ค.
๊ทธ ๊ณผ์ ์์ ์ฃผํผํฐ ๋ ธํธ๋ถ์ ํ ๋ง๋ฅผ ๋ณ๊ฒฝํ์๊ณ , ํ์ฅ ํ๋ก๊ทธ๋จ์ ์ด์ฉํ์ฌ ์ด๊ฒ์ ๊ฒ ํจํค์ง๋ฅผ ์ถ๊ฐํ์ต๋๋ค.
ํ์ง๋ง ์ฃผํผํฐ ๋ ธํธ๋ถ ํ ๋ง์ ํด๋ฐ์ ํ์ฅ ํ๋ก๊ทธ๋จ์์ Table of Contents์ด ๊ฒน์ณ์ ์ค๋ฅ๋ ์๋์ง๋ง ์๋์ ์ฌ์ง๊ณผ ๊ฐ์ด ๋ฉ๋๋ค.
ํด๋ฐ์ ๊ฐ๋ ค ์ ๊ธ์ด ๊ฐ๋ ค ์ง๋๋ค.
์ ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ๊ธฐ ์ํด์ ์ฃผํผํฐ ๋ ธํธ๋ถ์ CSS๋ฅผ ๊ฑด๋ค์ฌ์ผ ํฉ๋๋ค. ์ด๋ ต์ง ์์ผ๋ ๊ทธ๋๋ก ๋ฐ๋ผํ์๋ฉด ๋ฉ๋๋ค.
C:\Users\{"์ฌ์ฉ์ ์ด๋ฆ"}\.jupyter\custom
์ฃผํผํฐ ๋ ธํธ๋ถ ํ ๋ง๋ฅผ ์ค์นํ๋ค๋ฉด, .jupyter ๋๋ ํ ๋ฆฌ์ custom ํด๋๊ฐ ์์ฑ๋์์ต๋๋ค.
custom ํด๋์ custom.css๊ฐ ์์ต๋๋ค.
custom.css๋ฅผ ์ด์ด ์๋์ฒ๋ผ ์ฃผ์ ์ฒ๋ฆฌํฉ๋๋ค. ( div์ maintoolbar )
/*
div#maintoolbar {
position: absolute;
width: 90%;
margin-left: -10%;
padding-right: 8%;
float: left;
background: transparent !important;
}
#maintoolbar {
margin-bottom: -3px;
margin-top: 0px;
border: 0px;
min-height: 27px;
padding-top: 2px;
padding-bottom: 0px;
}
#maintoolbar .container {
width: 75%;
margin-right: auto;
margin-left: auto;
}
*/
์ฃผํผํฐ ๋ ธํธ๋ถ์ ๋ค์ ์คํ์ํต๋๋ค.
์ ์ฒ๋ผ ํด๋ฐ๊ฐ ๊ณ ์ ๋์ด ๋ ์ด์ ์ ๋ถ๋ถ์ ๊ฐ๋ฆฌ์ง ์์ต๋๋ค.
๋ง์ฝ ์ ์ ๊ฐ์ด ๋ฐ๋ผ ํ์ จ๋ค๋ฉด, ์ฐธ๊ณ ํ์๋ฉด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค.
https://coding-yoon.tistory.com/152
https://coding-yoon.tistory.com/153
https://coding-yoon.tistory.com/154