bgschiller / postgres_kernel

A simple Jupyter kernel for PostgreSQL
MIT License
64 stars 19 forks source link

Get rid of this ShimWarning, "You should import from ipykernel or jupyter_client instead." #11

Closed nikoskaragiannakis closed 6 years ago

nikoskaragiannakis commented 6 years ago

I made a small PR (https://github.com/bgschiller/postgres_kernel/pull/10) that uses jupyter_client.kernelspec instead of the deprecated IPython.kernel.kernelspec and gets rid of the warning message.

bgschiller commented 6 years ago

Thanks, merged!