metacall/jupyter-kernel

Add support for Shell Commands

Closed this issue ยท 0 comments

๐Ÿš€ Feature

Add support for Shell Commands on Jupyter Kernel.

Is your feature request related to a problem?

We can use Shell Commands for running basic BASH commands using subprocesses.

Describe the solution you'd like

We can define shell commands like !ls or !cat setup.py and execute cells according to that.