본문 바로가기
반응형

Python61

Android에서 Python 실행 (SL4A와 Termux 활용) https://kibua20.tistory.com/117 Android에서 Python 실행 (SL4A와 Termux 활용) Python은 Google Android OS에서 공식적으로 지원하고 언어가 아닙니다. 하지만 Open source의 SL4A라는 Project, Kivy Project와 함께 Termux와 같은 Linux Emulator를 통해서 Python을 설치하고 실행할 수 있습.. kibua20.tistory.com Python은 Google Android OS에서 공식적으로 지원하고 언어가 아닙니다. 하지만 Open source의 SL4A라는 Project, Kivy Project와 함께 Termux와 같은 Linux Emulator를 통해서 Python을 설치하고 실행할 수 있습니다... 2022. 7. 13.
kalman filter - "Machine Learning An Algorithmic Perspective" ch16. Graphical Models A simple 1D Kalman Filter # Code from Chapter 16 of Machine Learning: An Algorithmic Perspective (2nd Edition) # by Stephen Marsland (http://stephenmonika.net) # You are free to use, change, or redistribute the code in any way you wish for # non-commercial purposes, but please maintain the name of the original author. # This code comes with no warranty of any kind. # Steph.. 2022. 6. 24.
jupyter notebook kernel 추가하기 https://eatchu.tistory.com/10 > import sys >> print(sys.executable) # jupyter import sys print(sys.executable) 위의 방법으로 확인해 볼 수 있음 결과는 역시 두개의 경로가 다르게 나왔고 터미널에서는 기존에 사용하던 함수들이 정상적으로 가동됐다 이제 터미널에서 사용되던 파이썬 경로를 주피터 커널에 연결할것 #jupyter kernel list 확인 $ jupyter kernelspec list 현재 주피터에 연결되어 있는 파이썬 커널이 뜬다 python3 /Users/xxxx/opt/anaconda3/share/jupyter/kernels/python3 여기에 나는 terminal에서 사용되는 가상환경을 커널에 추가할것.. 2022. 6. 20.
[Python] 파이썬 학습사이트 learnpython.org 2022. 6. 19.
반응형