bgschiller / postgres_kernel

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

Execute UNIX commands from within Notebook #15

Open mhoangvslev opened 5 years ago

mhoangvslev commented 5 years ago

It would be nice if the user could run psql command directly from jupyter.

bgschiller commented 5 years ago

Hmm. I'm not sure this is something I want to include in the project. What's your use case?

There are a couple bash kernels for jupyter that you can use if you need both psql commands and other commands.

mhoangvslev commented 5 years ago

I want to import a sql file from within the notebook. The command and the result will be visible in PDF. Furthermore, the workflow would be more fluid since I can do everything in one place.