delta1037 / notion-export-client

Notion备份客户端工具,将指定Notion page单向转换为本地markdown文件 | Notion backup client, backup some page to markdown files self-struct
MIT License
157 stars 22 forks source link

运行python .\notion_backup_terminal.py报错 #7

Closed foreverlong closed 2 years ago

foreverlong commented 2 years ago

Traceback (most recent call last): File ".\notion_backup_terminal.py", line 9, in from api.notion_dump import NotionBackup File "D:\Workspace\python\notion-export-client-main\api\notion_dump.py", line 10, in import notion_dump ModuleNotFoundError: No module named 'notion_dump'

xyjigsaw commented 2 years ago

You need to install its kernel.

pip install notion-dump-kernel