sos-notebook
sos-notebook copied to clipboard
Behavior of magics after %run -r
Right now -r is used solely for workflow so the following does not work, but it does not yield any error message or result.
%run -r host
!ls
The most can be done would be a warning message.