시작부분에 다음의 코드를 넣고 한번 실행
from IPython.core.display import HTML
HTML(r"""
<style>
* {
#color: red;
#font-family: ‘Cascadia Code PL’;#,‘Courier New’, Courier, monospace;
font-family: ‘Courier New’, Courier, monospace;
font-size: 12px !important;
line-height: 1.1 !important;
}
.output-plaintext, .output-stream, .output {
font-family: ‘Courier New’, Courier, monospace; # Any monospaced font should work
line-height: 1.3 !important;
font-size: 12px !important;
}
</style>
""")
'Coding > Python Matlab' 카테고리의 다른 글
Bing Chat vs. Google Bard vs. ChatGPT- python coding (0) | 2023.05.23 |
---|---|
Pandas subplots (0) | 2023.03.29 |
파이썬 round() 함수 문제점 (0) | 2023.01.21 |
Anaconda Virtual Environment (0) | 2023.01.13 |
Matlab - 좌우 서로 다른 Y축 스케일의 두 플롯 겹쳐서 그리기 (0) | 2022.12.20 |