goatcounter 페이지 조회수 가져오기 (jekyll-theme-chirpy)
Chirpy 블로그에서 조회수를 적용하는 방법을 정리합니다. GoatCounter Easy web analytics. No tracking of personal data. https://www.goatcounter.com/ 1. 회원가입 code : 내가 갖고싶은 서브도메인주소를 쓰면 된다. 언더바 _ 는 안...
Chirpy 블로그에서 조회수를 적용하는 방법을 정리합니다. GoatCounter Easy web analytics. No tracking of personal data. https://www.goatcounter.com/ 1. 회원가입 code : 내가 갖고싶은 서브도메인주소를 쓰면 된다. 언더바 _ 는 안...
Chirpy 소스를 직접 다운받아서 수작업으로 빌드하는 과정을 기록합니다. Chirpy에서 공식적으로 지원하는 Chirpy Starter 또는 Github Fork 방식을 사용하는 경우에는 해당되지 않습니다. 과정 기록 1. 본인 블로그 레파지토리 파일을 백업해준다. 단순히 폴더 자체를 복사 붙여넣기 하면 된다....
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 imp...
~/.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:...
jupyter jupyter-notebook 만 사용한다면 버전에 크게 민감하지 않으나 jupyter-hub, jupyter-lab 까지 동시에 사용할 예정이면 버전을 잘 관리해야 한다. jupyter-server 를 메인으로 notebook, lab 을 동시에 관리하는 방식인 것 같다. jupyter version check /*2...
1.하드디스크 인식여부 확인 sudo fdisk -l Disk /dev/sda: 1.84 TiB, 2000398934016 bytes, 3907029168 sectors Disk model: ST2000DM008-2FR1 Units: sectors of 1 * 512 = 512 bytes Sector size (logica...
1.이슈 집에서 ubuntu 에 nvidia, cuda를 설치해서 사용하고 있는데 reboot 할때마다 드라이버를 못 잡는다. NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver...
이슈 최근 ubuntu 재설치를 하면서 jupyterhub를 다시 깔고 기분 전환 겸 서브도메인 이름도 바꿔서 가비아랑 nginx에 등록을 다시 했다. jupyterhub에 ip:port 치고 들어갈 때는 bashrc에 등록한 환경변수 LD_LIBRARY_PATH 를 인식해서 CUDA를 잘 잡았는데 subdomain.domian.com 으...
jekyll-theme-chirpy Github 을 사용해서 테마 업그레이드 하는 방법입니다. Chirpy Starter를 사용해서 블로그를 만드신 분은 해당되지 않습니다. 1. 업그레이드 할 chirpy repo 파일 준비하기 git clone https://github.com/cotes2020/jekyll-theme-chir...
1. DNS TXT Record 로 Let’s Encrypt SSL 인증서 발급 받기 letsencrypt 라고 무료로 SSL 인증서 발급 서비스를 해주는 곳이 있다. 무료라서 인증 개수라던가 제한사항이 많지만 개인이 사용할 jupyter notebook 하나 정도는 문제 없다. 1.1. certbot 설치 $ apt install certbot ...