Windows 환경의 Jupyter에서 Python 버전 확인 2023년 03월 21일 by issue 다음 코드를 입력하면 됩니다. import platform print(platform.python_version())