Put custom.css in .jupyter/custom/
(if you are running recent version of Jupyter).
Note: Tested only on Chrome. Let me know if something is not working.
마크다운 문법, 정말 간단하지만 구글링을 해도 뭔가 좀 애매합니다. 설명이 다르거나 부족하거나 저 같은 초보자가 보고 배우기 애매한 경우가 좀 있었습니다. 그래서 저 스스로의 마크다운 문법 공부를 위한 실습 겸 가이드를 위해 문법정리를 작성해 보고자 합니다. 참고로 이 정리는 깃허브에서 사용하는 것을 전제로 합니다.
먼저 제목입니다. 제목을 쓰는 방법은 두 가지로 나눌 수 있습니다.
/* | |
Adapted from Jupyter Themes Monokai theme | |
https://github.com/dunovank/jupyter-themes/blob/master/jupyterthemes/styles/compiled/monokai.css | |
To use the custom template, make a directory ~/.jupyter/custom/ and then create | |
the file custom.css in that directory. | |
*/ | |
div#notebook { |