Add support for Shell Commands
Closed this issue ยท 0 comments
HarshCasper commented
๐ 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.