~/.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:...
tornado.web.HTTPError HTTP 403 Forbidden
jupyter-lab 세팅 과정 기록
jupyter jupyter-notebook 만 사용한다면 버전에 크게 민감하지 않으나 jupyter-hub, jupyter-lab 까지 동시에 사용할 예정이면 버전을 잘 관리해야 한다. jupyter-server 를 메인으로 notebook, lab 을 동시에 관리하는 방식인 것 같다. jupyter version check /*2...
linux/ubuntu 하드디스크 마운트
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...
NVIDIA driver 삭제하고 재설치 하기
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...
jupyterhub nginx 서브 도메인 연결 LD_LIBRARY_PATH 못잡는 이슈
이슈 최근 ubuntu 재설치를 하면서 jupyterhub를 다시 깔고 기분 전환 겸 서브도메인 이름도 바꿔서 가비아랑 nginx에 등록을 다시 했다. jupyterhub에 ip:port 치고 들어갈 때는 bashrc에 등록한 환경변수 LD_LIBRARY_PATH 를 인식해서 CUDA를 잘 잡았는데 subdomain.domian.com 으...
jekyll-theme-chirpy upgrade 5.0
jekyll-theme-chirpy Github 을 사용해서 테마 업그레이드 하는 방법입니다. Chirpy Starter를 사용해서 블로그를 만드신 분은 해당되지 않습니다. 1. 업그레이드 할 chirpy repo 파일 준비하기 git clone https://github.com/cotes2020/jekyll-theme-chir...
Jupyter notebook 서브도메인 설정 및 Nginx https 설정 방법
1. DNS TXT Record 로 Let’s Encrypt SSL 인증서 발급 받기 letsencrypt 라고 무료로 SSL 인증서 발급 서비스를 해주는 곳이 있다. 무료라서 인증 개수라던가 제한사항이 많지만 개인이 사용할 jupyter notebook 하나 정도는 문제 없다. 1.1. certbot 설치 $ apt install certbot ...
libnvidia-common-440-server 의존 libnvidia-common-450-server 하지만 %s 패키지를 설치하지 않을 것입니다
영어 libnvidia-common-440-server depends libnvidia-common-450-server but it is not going to be installed 한글 libnvidia-common-440-server : 의존: libnvidia-common-450-server 하지만 %s 패키지를 설치하지 않을 것입니다...
error while loading shared libraries libicui18n.so.68
$ npm node: error while loading shared libraries: libicui18n.so.68: cannot open shared object file: No such file or directory 해결방법 conda install -c conda-forge icu https://anaconda.org/conda-fo...
Jupyterhub offline install- 오프라인 분석서버
인터넷이 안되는 offine Linux 환경에서 Jupyterhub를 세팅하는 방법 1. 계정 설정 jupyterhub를 띄울 계정이 일반계정이 아니라 root라면 하지 않아도 되는 부분이다. 만약 별도 계정으로 띄워야 한다면 pem 설정을 해줘야 한다. test 라는 계정으로 서비스를 띄우고 실제 유저 (aaaa, bbbb) 가 있을 ...