mirror of
https://github.com/3b1b/manim.git
synced 2026-01-09 22:48:03 -05:00
fixing get_ipython import error
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user