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 collections import OrderedDict
|
||||
import os
|
||||
import platform
|
||||
import random
|
||||
import time
|
||||
from functools import wraps
|
||||
|
||||
from IPython.core.getipython import get_ipython
|
||||
from pyglet.window import key as PygletWindowKeys
|
||||
|
||||
import numpy as np
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
import inspect
|
||||
import pyperclip
|
||||
import re
|
||||
import os
|
||||
|
||||
from IPython.core.getipython import get_ipython
|
||||
from IPython.terminal import pt_inputhooks
|
||||
from IPython.terminal.embed import InteractiveShellEmbed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue