PG408

Results 6 comments of PG408

I find the the solution,just modify "difference_data" funtion in DiffSynth class, in main.py code ,blow ``` python #Compute difference of outcome variable temp = modified_dataset.groupby(data.id)[data.outcome_var] temp = temp.apply(lambda unit: unit.interpolate(method='linear',...

> > Also having this issue, does anyone know a workaround? Makes it pretty impossible to work with Jupyter notebooks from Claude code at the moment. > > As per...

> > > > Also having this issue, does anyone know a workaround? Makes it pretty impossible to work with Jupyter notebooks from Claude code at the moment. > >...

For the scenario of creating ipynb files, I have a better workaround: create the ipynb file yourself, then add enough empty cells within the file, and let Claude Code write...