Show More
@@ -1953,7 +1953,7 b' class InteractiveShell(SingletonConfigurable, Magic):' | |||||
1953 | # even need a centralize colors management object. |
|
1953 | # even need a centralize colors management object. | |
1954 | self.magic_colors(self.colors) |
|
1954 | self.magic_colors(self.colors) | |
1955 | # History was moved to a separate module |
|
1955 | # History was moved to a separate module | |
1956 | from . import history |
|
1956 | from IPython.core import history | |
1957 | history.init_ipython(self) |
|
1957 | history.init_ipython(self) | |
1958 |
|
1958 | |||
1959 | def magic(self, arg_s, next_input=None): |
|
1959 | def magic(self, arg_s, next_input=None): |
General Comments 0
You need to be logged in to leave comments.
Login now