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

remove usage of ipython_genutils #6153

Closed
Carreau opened this issue Aug 25, 2021 · 1 comment
Closed

remove usage of ipython_genutils #6153

Carreau opened this issue Aug 25, 2021 · 1 comment
Milestone

Comments

@Carreau
Copy link
Member

Carreau commented Aug 25, 2021

See ipython/ipython_genutils#18,

ipython_genutils requires nose which is not packagable on Python 3.10 for many linux distro.
ipython_genutils should not be necessary anymore as it's mostly a Py2/3 compat layer.

penguinolog added a commit to penguinolog/notebook that referenced this issue Oct 25, 2021
* remove stdlib code can be used directly or helper redundant:
  * str is already unicode
  * type casting is done in external lib
  * import aliases
* remove unused imports
@jtpio
Copy link
Member

jtpio commented Jun 9, 2023

Closing as this is fixed in Notebook 7.

@jtpio jtpio closed this as completed Jun 9, 2023
@jtpio jtpio added this to the Reference milestone Jun 9, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants