<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://ju-ing.github.io/</id><title>Ju-ing's blog</title><subtitle>개인적인 기록 보관 &amp; 공부 목적 블로그</subtitle> <updated>2026-03-16T07:30:38+09:00</updated> <author> <name>Ju-ing</name> <uri>https://ju-ing.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://ju-ing.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="ko-KR" href="https://ju-ing.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Ju-ing </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>goatcounter 페이지 조회수 가져오기 (jekyll-theme-chirpy)</title><link href="https://ju-ing.github.io/posts/jekyll-theme-chirpy-goatcounter/" rel="alternate" type="text/html" title="goatcounter 페이지 조회수 가져오기 (jekyll-theme-chirpy)" /><published>2024-03-19T00:00:00+09:00</published> <updated>2024-03-19T00:00:00+09:00</updated> <id>https://ju-ing.github.io/posts/jekyll-theme-chirpy-goatcounter/</id> <content src="https://ju-ing.github.io/posts/jekyll-theme-chirpy-goatcounter/" /> <author> <name>Ju-ing</name> </author> <category term="Blog" /> <category term="upgrade" /> <summary> Chirpy 블로그에서 조회수를 적용하는 방법을 정리합니다. GoatCounter Easy web analytics. No tracking of personal data. https://www.goatcounter.com/ 1. 회원가입 code : 내가 갖고싶은 서브도메인주소를 쓰면 된다. 언더바 _ 는 안된다. https://내코드.goatcounter.com/ site domain : 내 블로그 주소를 적으면 된다. email address : 계정 검증용 이메일 (앞으로 계정이 된다.) password : 8자리만 채우면 된다. Fill in 9 here : 9 를 채우면 된다. 2. 이메일인증 회원가입 완료 후 이메일을 확인하여 계... </summary> </entry> <entry><title>jekyll-theme-chirpy 5 -> 6.5.3 버전 업그레이드 기록</title><link href="https://ju-ing.github.io/posts/jekyll-theme-chirpy-upgrade-6/" rel="alternate" type="text/html" title="jekyll-theme-chirpy 5 -&amp;gt; 6.5.3 버전 업그레이드 기록" /><published>2024-03-09T00:00:00+09:00</published> <updated>2024-03-20T00:30:02+09:00</updated> <id>https://ju-ing.github.io/posts/jekyll-theme-chirpy-upgrade-6/</id> <content src="https://ju-ing.github.io/posts/jekyll-theme-chirpy-upgrade-6/" /> <author> <name>Ju-ing</name> </author> <category term="Blog" /> <category term="upgrade" /> <summary> Chirpy 소스를 직접 다운받아서 수작업으로 빌드하는 과정을 기록합니다. Chirpy에서 공식적으로 지원하는 Chirpy Starter 또는 Github Fork 방식을 사용하는 경우에는 해당되지 않습니다. 과정 기록 1. 본인 블로그 레파지토리 파일을 백업해준다. 단순히 폴더 자체를 복사 붙여넣기 하면 된다. 2. 레파지토리 안에 .git 폴더를 제외한 나머지 파일을 전부 삭제한다. 3. jekyll-theme-chirpy 소스를 다운받는다. https://github.com/cotes2020/jekyll-theme-chirpy or https://github.com/cotes2020/jekyll-theme-chirpy/archive/refs/... </summary> </entry> <entry><title>python confusion matrix plot</title><link href="https://ju-ing.github.io/posts/confusion-matrix-plot/" rel="alternate" type="text/html" title="python confusion matrix plot" /><published>2024-01-02T00:00:00+09:00</published> <updated>2024-03-20T00:31:19+09:00</updated> <id>https://ju-ing.github.io/posts/confusion-matrix-plot/</id> <content src="https://ju-ing.github.io/posts/confusion-matrix-plot/" /> <author> <name>Ju-ing</name> </author> <category term="Python" /> <category term="Plot" /> <summary> python confusion matrix plot 내가 자주사용하는 차트 Confusion Matrix Plot import numpy as np import pandas as pd import seaborn as sns import matplotlib.pyplot as plt from matplotlib.patches import Rectangle from matplotlib.ticker import PercentFormatter from sklearn.metrics import confusion_matrix, accuracy_score def cm_analysis(y_true, y_pred, labels, classes, figsize=(16, 8), save_path=... </summary> </entry> <entry><title>tornado.web.HTTPError HTTP 403 Forbidden</title><link href="https://ju-ing.github.io/posts/jupyter-forbidden-error/" rel="alternate" type="text/html" title="tornado.web.HTTPError HTTP 403 Forbidden" /><published>2023-05-12T00:00:00+09:00</published> <updated>2024-03-09T15:07:22+09:00</updated> <id>https://ju-ing.github.io/posts/jupyter-forbidden-error/</id> <content src="https://ju-ing.github.io/posts/jupyter-forbidden-error/" /> <author> <name>Ju-ing</name> </author> <category term="Python" /> <category term="Jupyter" /> <summary> ~/.jupyter/custom/custom.css custom.css를 수정하니까 주피터에서 403 forbidden 에러가 발생했다. [E 23:37:53.179 NotebookApp] Error unpacking user from cookie: Expecting value: line 1 column 1 (char 0) [W 23:37:53.179 NotebookApp] Clearing invalid/expired login cookie username-localhost-8888 [W 23:37:53.179 NotebookApp] wrote error: 'Forbidden' Traceback (most recent call last): result = metho... </summary> </entry> <entry><title>jupyter-lab 세팅 과정 기록</title><link href="https://ju-ing.github.io/posts/jupyter-lab-install/" rel="alternate" type="text/html" title="jupyter-lab 세팅 과정 기록" /><published>2023-05-06T00:00:00+09:00</published> <updated>2024-03-09T15:07:22+09:00</updated> <id>https://ju-ing.github.io/posts/jupyter-lab-install/</id> <content src="https://ju-ing.github.io/posts/jupyter-lab-install/" /> <author> <name>Ju-ing</name> </author> <category term="Python" /> <category term="Jupyter" /> <summary> jupyter jupyter-notebook 만 사용한다면 버전에 크게 민감하지 않으나 jupyter-hub, jupyter-lab 까지 동시에 사용할 예정이면 버전을 잘 관리해야 한다. jupyter-server 를 메인으로 notebook, lab 을 동시에 관리하는 방식인 것 같다. jupyter version check /*2023-05-06*/ pip list | grep jupyter jupyter 1.0.0 jupyter_client 8.2.0 jupyter-console 6.4.0 jupyter-contrib-core 0.4.... </summary> </entry> </feed>
