sfu-db/dataprep

Plotting moves all my Jupyter formatting to the extreme right

PedroMartinez4 opened this issue · 0 comments

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:

image

This is my code

from dataprep.eda import plot

fig = plot(data)
fig.show_browser()
  • OS: Windows 10
  • VS Code: 1.66.0
  • Jupyter extension: v2022.3.1000901801
  • Python Version 3.9.5
  • Dataprep 0.4.4

How can I get a left justified output?