I am using vpython library in spyder. After importing the library when I call simple function like print('x') or carry out any assignment operation and execute the program, immediately a browser tab named localhost and port address opens up and I get the output in console {if I used print function}.
I would like to know if there is any option to prevent the tab from opening and is it possible to make the tab open only when it is required.
PS : I am using windows 10, chrome as browser, python 3.5 and spyder 3.1.4.