error! C:\file\example.db is not UTF-8 encoded ipython notebook

前端 未结 3 1910
[愿得一人]
[愿得一人] 2021-01-21 00:49

please help! I am using sqlite3 in ipython notebook to create an SQL database. I think I have successfully created the database, but when I go to look at it I am receiving an en

3条回答
  •  轮回少年
    2021-01-21 01:32

    I am a complete newbie in Python and faced the similar issue. But i soon realized i was trying to access a zip folder from Jupyter and hence the error!! Unzip and access the actual file was to be done in the first place.

    This may sound very basic, but it might happen to new coders.

提交回复
热议问题