%%javascript IPython.OutputArea.prototype._should_scroll = function(lines) { return false; } %run rl_base.py
I run this giving error saying rl_bas
It seems necessary to put the .py file's name in "" !python "file.py"
!python "file.py"