mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-29 18:22:37 -04:00
...
This commit is contained in:
@@ -174,7 +174,6 @@ def simple_repl(user_ns={}):
|
||||
|
||||
|
||||
def ipython(user_ns=None):
|
||||
return simple_repl(user_ns=user_ns)
|
||||
os.environ['IPYTHONDIR'] = ipydir
|
||||
try:
|
||||
from IPython.terminal.embed import InteractiveShellEmbed
|
||||
|
||||
Reference in New Issue
Block a user