dataframe_image icon indicating copy to clipboard operation
dataframe_image copied to clipboard

Chrome screenshot log now appears in PDF when executing the notebook first

Open tdpetrou opened this issue 1 year ago • 1 comments

When choosing to execute the notebook first (either through the notebook interface or the library), the screenshot log appears in the resulting PDF. See image below.

import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/dexplo/dataframe_image/master/tests/notebooks/data/bikes.csv')
df
Screen Shot 2023-01-24 at 7 28 29 PM

It looks like it can be removed with a post processor that searches for this text, but hopefully there is a way to prevent this.

tdpetrou avatar Jan 25 '23 01:01 tdpetrou

Seems not appeared in latest version?

PaleNeutron avatar Aug 29 '23 03:08 PaleNeutron