사전준비

Jupyter Lab에서 설치 및 설정 진행

pip install ipython-sql

pip install cx_Oracle

%load_ext sql

Untitled