Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move IPython.core.payloadpage to this package ? #1304

Open
Carreau opened this issue Dec 11, 2024 · 1 comment
Open

Move IPython.core.payloadpage to this package ? #1304

Carreau opened this issue Dec 11, 2024 · 1 comment

Comments

@Carreau
Copy link
Member

Carreau commented Dec 11, 2024

ipykernel/ipykernel/zmqshell.py
 23:from IPython.core import page, payloadpage
547:        self.set_hook("show_in_pager", page.as_hook(payloadpage.page), 99)

Seem to be the only thing that refer to IPython.core.payloadpage submodule, even in IPython itself;
so I think it should be moved here.

@minrk
Copy link
Member

minrk commented Dec 11, 2024

Makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants