I am trying to open an epub file using ebooklib:
pip install ebooklib
import ebooklib
from ebooklib import epub
book = epub.read_epub(epub_path)
The above codes are executed, may I know what command to enter next if I want to open the epub file? Thanks a lot.