손잡기금지
close
프로필 배경
프로필 로고

손잡기금지

  • 분류 전체보기 (348)
    • CODE-ing (201)
    • IT관련정보 (54)
    • MS365.VBA.officeAddin (62)
    • 일상기록.취미생활 (28)
  • HOME
  • CODE-ing
  • IT관련정보
  • MS365.VBA.officeAddin
  • 글쓰기

python:: IPAD default font 아이패드 기본 한글글꼴은 "Apple SD Gothic Neo"

아이패드에서 jupyter 앱인 -carnets-을 쓰다가 matplotlib 라이브러리를 쓰면 한글font가 없어서 사각형 글자로 깨져보인다. 대부분 예제가 MAC (노트북) 기준으로 작성되다 보니 아이패드의 다른 설정을 반영을 하지 못한 것이다.  ERROR MESSAGEsite-packages\IPython\core\pylabtools.py:151: UserWarning: Glyph 47928 (\N{HANGUL SYLLABLE MUN}) missing from current font   예제를 살펴보자한글이 들어가는 부분은 제대로 보이지 않고 4각형 박스로만 표현이 된다.# 가능한 font list 확인import matplotlib.font_manager as fmfontlist = [font...

  • format_list_bulleted CODE-ing
  • · 2022. 7. 20.
  • textsms
code-server:: localhost 자체 인증서 설치

code-server:: localhost 자체 인증서 설치

# mkcert 설치 sudo apt install mkcert # CA 설치 mkcert -install # 사이트 등록 mkcert localhost 127.0.0.1 mkcert -cert-file code-server.crt -key-file code-server.key 127.0.0.1 localhost ==end

  • format_list_bulleted CODE-ing
  • · 2022. 7. 10.
  • textsms
ubuntu:: linux에 설치된 sudo python의 우선순위버전관리

ubuntu:: linux에 설치된 sudo python의 우선순위버전관리

참고자료 https://codechacha.com/ko/install-python37-in-ubuntu1804/ Ubuntu 18.04에서 Python3.7을 설치하는 방법Ubuntu 18.04에 파이썬3.7 버전을 설치하는 방법을 정리하였습니다. 아직 APT에서 파이썬3.7을 제공하지 않아 직접 설치파일을 다운받았습니다. 그리고 Alternatives를 이용하여 파이썬을 설치하였습니codechacha.com  https://linuxhint.com/update_alternatives_ubuntu/ How to Use update-alternatives Command on UbuntuFreelancer & Linux System Administrator. Also loves Web API developm..

  • format_list_bulleted CODE-ing
  • · 2022. 7. 2.
  • textsms
python::  fastapi 실행에러  uvicorn main:app --reload

python:: fastapi 실행에러 uvicorn main:app --reload

#2024-05-09 update    ERROR MESSAGEuvicorn main:app --reload'uvicorn' 용어가 cmdlet, 함수, ....  기본코드를 입력하고 필요한 패키지가 설치되었음에도 pip install fastapipip install uvicorn  우분투나 gitpod.io 등의 환경에서는 잘 동작을 하나 정착 내 -Windows- 환경에서는 실행불가.사용자 환경 등에 Path를 이리저리 넣더라도 동작을 하지 않는다.       # main.pyfrom fastapi import FastAPIapp = FastAPI()@app.get("/")async def root(): return {"message" : "Hello Hello"} # RU..

  • format_list_bulleted CODE-ing
  • · 2022. 5. 22.
  • textsms
vscode:: json_ current profile setting (JSON)  for Mac / Win

vscode:: json_ current profile setting (JSON) for Mac / Win

ctrl + shift + P >> Preferences: Open Current Profile Setting (JSON)   20230719CODE RUNNER SETTING     "code-runner.executorMap": {        "python": "set PYTHONIOENCODING=utf8 && cd $dir && $pythonPath -u $fullFileName",        "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",        "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutE..

  • format_list_bulleted CODE-ing
  • · 2022. 5. 5.
  • textsms
ubuntu:: wsl에서  pyenv 설치시 오류메세지 > build-essential 설치필요

ubuntu:: wsl에서 pyenv 설치시 오류메세지 > build-essential 설치필요

docker code-server 이미지에서 pyenv를 설치하려는데 다음과 같은 오류가 발생한다기타 ubuntu / wsl에서도 동일한 메세지 발생시 조치는 아래방법으로  ERRORInspect or clean up the working tree atResults logged to /tmp/python-buildchecking for --enable-universalsdk... no    이런저런 방법을 찾다보니 - 사전모듈을 설치하고- 이후 curl pyenv.run 을 실행하여 설치하니 정상적으로 진행이 된다.https://gist.github.com/cedricbonhomme/ababe00d0a675ea5c69d777276e8f375# Prerequisites to build Python 사전모듈..

  • format_list_bulleted CODE-ing
  • · 2022. 4. 26.
  • textsms
  • navigate_before
  • 1
  • ···
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • navigate_next
전체 카테고리
  • 분류 전체보기 (348)
    • CODE-ing (201)
    • IT관련정보 (54)
    • MS365.VBA.officeAddin (62)
    • 일상기록.취미생활 (28)
최근 댓글
전체 방문자
오늘
어제
전체
Skin Designed by 쭈미로운 생활 - JJuum

티스토리툴바