I'm developing a notebook for our environmental science team to extract, visualize, and analyze well level readings. I got it most of the way there using the web-based Jupyter editor and plots were looking good.
I brought the notebook into Pro 3.2 to finish developing it and make it easier to share. Now that it's in Pro, when I run the plot() method on the Pandas dataframe, the plots do not show. It looks like it's creating the plot object successfully, just not drawing it. Interestingly, the plots that had already been generated in the web version are still showing in Pro (see below).
I did confirm that there is actually data in the dataframe I'm trying to plot. Does anyone know how I can force it to draw.
