You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Python query runner and print calls to do debugging. The output shows up in normal paragraphs of sans-serif text, which doesn't really work for certain kinds of output, such as pandas.DataFrame.head. Below is what I mean, that's how I hacked it in my copy, but there is likely to be a more elegant fix.
This makes sense. You're welcome to make a pull request which implements this, but please move the style definition to a style file instead of inline styling.
I use the Python query runner and
print
calls to do debugging. The output shows up in normal paragraphs of sans-serif text, which doesn't really work for certain kinds of output, such aspandas.DataFrame.head
. Below is what I mean, that's how I hacked it in my copy, but there is likely to be a more elegant fix.The text was updated successfully, but these errors were encountered: