type python
type -a python
type -a pip
jupyter kernelspec list
Installing Python Packages from a Jupyter Notebook
–no-cache-dir disable cache 여기서 말하는 cache란 아래와 같다. pip으로 설치하는 모듈들의 설치파일들(.whl 등) source file(.tar.gz등)들 사용하는 이유는 도커 이미지를 가능하면 작게 유지하기 위해서이거나 공간을 절약하기 위해서이다. -e option pip install을 할때 -e를 fl...
uvicorn lightning-fast ASGI server implementation, using uvloop and httptools ASGI(Asynchronous Server Gateway Interface) async-capable python web server, frameworks and applications 간의 standa...
Suppress warning pep8 : # noqa pylint : # pylint: disable = line-too-long PyTest 사용시 테스트 코드 전에 코드를 실행하고 싶을때 1 2 3 4 @app.on_event("startup") async def startup_event(...
virtual environment
Jupyter Notebook에 hive-site.xml 마운트하기
Comments powered by Disqus.