Whenever I run any plotting function like plot() or plot_diff() the graph output is weirdly placed off to the right of the screen, and also moves all my markdown cells to the right. Like so:
This is my code
from dataprep.eda import plot
fig = plot(data)
fig.show_browser()
Whenever I run any plotting function like plot() or plot_diff() the graph output is weirdly placed off to the right of the screen, and also moves all my markdown cells to the right. Like so:
This is my code
How can I get a left justified output?