Skip to content

DeprecationWarning has unclear origin: should_run_async will not call transform_cell automatically in the future #540

@courtarro

Description

@courtarro

This deprecation appears when I have warnings enabled, as of some time within the past week or so, and it is unclear what its origin is. How would I go about finding what component is causing this warning to appear?

For the record, the following code causes the problem to appear:

import warnings
import pandas as pd
warnings.simplefilter('always')
pd.read_csv('filename.csv')

I could turn off warnings, obviously, but I need them for other situations. Hiding the issue doesn't really fix it, of course. I have the standard contrib notebook extensions installed also.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions