Connecting to Database
Connecting to Database¶ We will be using JupyterHub based environment to master Postgresql. Let us go through the steps involved to get started using JupyterHub environment. We will use Python Kernel with sql magic command and for that we need to first load the sql extension. Create environment variable DATABASE_URL using SQL Alchemy format. Write …