Skip to content
View shhommychon's full-sized avatar
🤪
점심 나가서 먹을 것 같애
🤪
점심 나가서 먹을 것 같애

Highlights

  • Pro

Organizations

@TestFileNotFound

Block or report shhommychon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shhommychon/README.md

Pinned Loading

  1. spacy-space spacy-space Public

    spaCy-space : spaCy를 활용한 파이썬 띄어읽기 라이브러리

    Python 9 2

  2. 내가 쓰려고 남겨놓는 음성 업스케일링 유틸 내가 쓰려고 남겨놓는 음성 업스케일링 유틸
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  3. 내가 쓰려고 남겨놓는 유튜브 다운로드 유틸 내가 쓰려고 남겨놓는 유튜브 다운로드 유틸
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  4. 내가 쓰려고 남겨놓는 깃 자주 쓰는 명령어 모음 내가 쓰려고 남겨놓는 깃 자주 쓰는 명령어 모음
    1
    #!/bin/bash
    2
    
                  
    3
    # ================================================================================
    4
    # 1. 시간 강제 및 잔디 조작
    5
    # ================================================================================
  5. 내가 안까먹을라고 적어놓는 코랩 사용 팁들 내가 안까먹을라고 적어놓는 코랩 사용 팁들
    1
    1. 코랩에서 Indent 칸 2칸 -> 4칸으로 수정하기
    2
    
                  
    3
       * 출처: [StackOverflow](https://stackoverflow.com/questions/54971245/change-indentation-level-in-google-colab)
    4
    
                  
    5
       * Tools 도구 > Preferences 설정 > 편집기 Editor > 들여쓰기 너비(공백 개수) Indentation width in spaces
  6. 내가 안까먹을라고 적어놓는 우분투 쥬피터랩 설정 팁들 내가 안까먹을라고 적어놓는 우분투 쥬피터랩 설정 팁들
    1
    1.  Install `jupyterlab` on Ubuntu without `conda`.
    2
    
                  
    3
       ```sh
    4
       # sudo apt update  # if needed
    5
       # sudo apt install python3-pip python3-dev  # if needed