ipython / ipython/ipykernel

input splitter depreciation

Open
#502 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
734
Forks
412
Avg merge
1d 5h
Merged PRs (30d)
8

Description

I had a constant warning using python within spyder4 console:

> DeprecationWarning: `input_splitter` is deprecated since IPython 7.0, prefer `input_transformer_manager`.

and ended up manually replacing l.454 of ipkernel.py
`status, indent_spaces = self.shell.input_splitter.check_complete(code)`
with
`status, indent_spaces = self.shell.input_transformer_manager.check_complete(code)`
to solve my problem.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.