mito icon indicating copy to clipboard operation
mito copied to clipboard

code configuration options leads to duplicated code cell when calling mitosheet.sheet(df)

Open aarondr77 opened this issue 6 months ago • 1 comments

import pandas as pd
df = pd.DataFrame({'A': [1,2,3]})
import mitosheet
mitosheet.sheet(df)
  1. Turn on code configuration function
  2. Add a param -> See that you get a second code cell output

aarondr77 avatar Jan 19 '24 17:01 aarondr77