Skip to content

_repr_html_ should be placed in Fetch #186

@eywalker

Description

@eywalker

Currently _repr_html_ is implemented in the RelationalOperand. This causes the fetch execution to occur when you typein the name of the RelationalOperand (and its derivatives) in IPython/Jupyter notebook. This is in disagreement with the rest of the repr behavior, where we only fetch and preview table content for repr in the Fetch object. Shall we move _repr_html_ into Fetch and Fetch1 to be more consistent with the rest?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions