We are running JupyterLab Terminal inside a docker container and making it available for every user. User can run any command as of now.
what we need is to customize Jupyter behavior on certain commands e.g. if user types rm -rf *
(*nix command) then Jupyter should prompt This is not allowed
or something similar.
Thanks in advance for any help.