View Single Post
Old 03-17-2020, 08:53 AM   #6
The_book
Zealot
The_book began at the beginning.
 
Posts: 100
Karma: 10
Join Date: Aug 2019
Device: none
After further testing, I find ipython somehow not working? is usefull.
And if someone like me want to use the ipython, here is the way:
open src\calibre\utils\ipython.py, add sys.path.extend([the path you got]) neer the top of this file, but after import os, re, sys , then we can use

from calibre import ipython
ipython(locals())

to open ipython again.
The_book is offline   Reply With Quote