본문 바로가기

r, python3

python] rpy2 를 통해 readRDS사용시, tzone 관련 오류 : vectors.py 파일을 수정 (eng explanations included) # 요약 (summary) rpy2 패키지에 포함된 vectors.py 파일을 강제로 수정한다 * vectors.py 파일의 982행의 값을 r_tzone_name = "UTC" 등으로 수정 If you encountered following errors, setting "r_tzone_name" variable at row 982 of "vectors.py" file which is included in the rpy2 package as the time zone name that you want to set (ex: "UTC") will fix this issue. If you want to need more detailed information, please see the images in this.. 2022. 4. 13.
파이썬 lzma module 오류 lzma module. your installed python is incomplete 파이썬 오류 핸들링 처리방법 요약 : sudo 계정으로 로그인 한 후에 python 설치경로에서 ` ./configure && make && make install` 실행할 것! ===== ## 기본환경 * python 3.6, ubuntu 16.04 * snepbnt.tistory.com/55 참고해서 python 설치경로에서 ` ./configure && make && make install` 실행 * 설치경로? * ubuntu 설치 후 계정을 만든 뒤 terminal에서 python을 깔았다면, 위의 참고링크와 달리 계정 폴더의 하위에 있을 수 있음 * `home/home/tlsyslab_11_admin/pyth.. 2020. 6. 1.
Google Colab 단축키 (Shortcuts) * windows Chrome에서 2019-07-12 캡쳐 * 단축키 창 띄우는법 : Ctrl누른상태에서 m과 h를 순서대로 눌러줌 ( Ctrl + M, H ) * 출처 : colab.google.com ### 단축키 변경 이력 ** 코드 셀 추가 : Ctrl + M, T >> Ctrl + M, E : 크롬의 새 탭 단축키와 겹쳐서 ** 선택 셀을 위로 이동 : Ctrl + M, K >> Ctrl + M, up (방향키 윗방향 키) ** 선택 셀을 아래로 이동 : Ctrl + M, K >> Ctrl + M, down (방향키 아래방향 키) 2019. 7. 12.