mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
fixing get_ipython
import error
This commit is contained in:
parent
17f37ff02a
commit
5fcb668f07
2 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
import os
|
|
||||||
import platform
|
import platform
|
||||||
import random
|
import random
|
||||||
import time
|
import time
|
||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
from IPython.core.getipython import get_ipython
|
||||||
from pyglet.window import key as PygletWindowKeys
|
from pyglet.window import key as PygletWindowKeys
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
import inspect
|
import inspect
|
||||||
import pyperclip
|
import pyperclip
|
||||||
import re
|
import os
|
||||||
|
|
||||||
|
from IPython.core.getipython import get_ipython
|
||||||
from IPython.terminal import pt_inputhooks
|
from IPython.terminal import pt_inputhooks
|
||||||
from IPython.terminal.embed import InteractiveShellEmbed
|
from IPython.terminal.embed import InteractiveShellEmbed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue