본문 바로가기

카테고리 없음

2020-07-17 22시 개발자 글 모음 | "코드스테이츠 그 후 ..." 외 4개 이야기

[파이썬] 현재 디렉토리 path by 김정환 about Python


    [Anaconda] CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. 해결 방법 by 장동현 about TensorFlow

    • CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'
    • the recommended way to activate conda was to modify PATH in your ~/
    • You should manually remove the line that looks like export PATH="/home/ubuntu/anaconda3/bin:$PATH" ^^^ The above line should NO LONGER be in your ~/


    billboard.js 2.0 is out! by 박재성

    • v1 where adding lots of different nodes wrappers to handle types transforms via
    • transform() API to remove the possibility to transform chart types from one to another
    • need to update your generation code by importing chart types and interaction modules


    [리눅스커널] ftrace로 부팅 시간 측정하는 커널 패치 소개 by 김동현 about Linux

    • +static void trace_ftrace_events_enable(int enable)
    • +static __init int trace_enable_ftrace_boot(void)
    • + tracing_on(); // ftrace를 활성화합니다


    코드스테이츠 그 후 ... by 윤장원