%%javascript IPython.OutputArea.prototype._should_scroll = function(lines) { return false; } %run rl_base.py
I run this giving error saying rl_bas
## 1. Check in which directory you are using the command !ls ## 2.Navigate to the directory where your python script(file.py) is located using the command %cd path/to/the/python/file ## 3.Run the python script by using the command !python file.py