I am using Anaconda Prompt (using Windows 10) at my work environment and when I type help(str)
, it displays the help text using more
and I can only navigate the message down page by page.
However at my home Linux environment, help(str)
displays the text using less
and I can freely move up/down and even search with /
.
How can I change the behavior on my work environment so it is easier to navigate the help text? I am not familiar with Windows.
Thank you very much.