betatim / notebook-as-pdf

Save Jupyter Notebooks as PDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.6 not supported

LiuChuang0059 opened this issue · comments

when i run it , i get an error

nbconvert failed: module 'asyncio' has no attribute 'run'

Python 3.6 doesn't have this function

That is correct. I will update the requirement to 3.7. Should have done that earlier already.

I updated setup.py to show that Python 3.7 is required.