import matplotlib as mpl

import matplotlib.pyplot as plt

 

%config InlineBackend.figure_format = 'retina'

 

!apt -qq -y install fonts-nanum

 

import matplotlib.font_manager as fm

fontpath = '/usr/share/fonts/truetype/nanum/NanumBarunGothic.ttf'

font = fm.FontProperties(fname=fontpath, size=9)

plt.rc('font', family='NanumBarunGothic') 

mpl.font_manager._rebuild()

Posted by 앤비
,

명령어 실행: screen /home/ubuntu/run.sh

단축키로 screen 빠져나오기: Ctrl + a, ctrl + d

기본세션연결: screen -r

실행된 명령어 조회: screen -ls

세션종료: screen -S -X SESSIONID quit

'Ubuntu' 카테고리의 다른 글

우분투 방화벽 설정  (0) 2020.06.12
vim 공백 4로 변경  (0) 2018.04.30
ubuntu, supervisor 설치 및 설정  (0) 2018.03.05
ubuntu, reinstall apache2  (0) 2018.02.23
구글클라우드 루트 계정 비밀번호 설정  (0) 2018.02.12
Posted by 앤비
,

동작탭 클릭 후 아래와 같이 파라미터 설정

 

프로그램/스크립트: C:\Users\lonbekim\Anaconda3\python.exe

인수 추가:news.py local

시작위치:C:\Bitbucket\bloter

Posted by 앤비
,