python pandas tabloo viewer. How to return to interactive prompt?

26 Views Asked by At

I just installed the tabloo dataFrame viewer. When entering the command tabloo.show(df) the dataframe is shown in a Firefox window. Closing Firefox does not return the python prompt:

>>> tabloo.show(D2)
 * Serving Flask app 'tabloo.server'
 * Debug mode: off
^C>>>type here

I think <Ctrl-C> is not the way to return to the python prompt. What is? Thanks, Gerrit

I think I understand that python will only return the prompt after closing the interactive window. Closing the window on Firefox did not return the prompt. I looked on the page to find a close button, but failed.

So is there an alternative to <ctrl-C>?

0

There are 0 best solutions below