gregtam / jupyter-notebook-initializer

Default notebook template and auxiliary files to use for data science analysis.
8 stars 5 forks source link

MPP_plotting.py has seperate conn object #3

Closed crawles closed 7 years ago

crawles commented 7 years ago

There should ideally just be one object, not two

gregtam commented 7 years ago

Oh, I think I forgot to push that one. There was a previous issue where the inner one would disconnect and you couldn't reconnect it unless you reset the kernel. The updated function takes in the psycopg2 connection. I'll look at it tomorrow.