Prevent jupyter console from reading code from jupyter notebook

28 Views Asked by At

When on jupyter console and I hit the up arrow key, I'd like to go to the previously run line of code on that console. However it will read a previously run cell from a jupyter notebook instead. Is there a way to prevent this from happening?

0

There are 0 best solutions below