-
I spent probably 20 hours working on these Jupyter notebooks for SQL that require postgresql and pyscopg2/ipython-sql. They were working great last year. Now our mac students are getting a psycopg2 module not found error and it makes me want to tear my hair out.
-
I think somehow Jupyter is using the wrong kernel, because modifying the sys.path is not working. I guess I'll have to sleep on it and figure it out.
-
Conclusion: the kernel wasn't showing up, so we just had to register the kernel with ipykernel. Phew.