MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 20 forks source link

add magic command bash #45

Open KiaraGrouwstra opened 1 year ago

KiaraGrouwstra commented 1 year ago

as using this kernel the user is no longer using the default python kernel, aside from executing python commands (#6), it also becomes harder to execute bash commands, in case needed.

to this end, it would be nice if we were to expose %%bash / %bash commands as well. it may well be possible to take inspiration from implementations for such magic commands from the default python kernel.