jankatins / knitpy

knitpy: Elegant, flexible and fast dynamic report generation with python
https://github.com/jankatins/knitpy
Other
368 stars 29 forks source link

AttributeError: module 'knitpy' has no attribute 'render' #51

Closed ailen9466 closed 3 years ago

ailen9466 commented 7 years ago

what's wrong?

im using anaconda Spyder with python 3.6

ailen9466 commented 7 years ago

pip install knitpy can't work

download from github and install will work

jankatins commented 7 years ago

Can you show what you actually tried to do?

DeyemiA commented 3 years ago

Any luck on this question? Tried out the line below:

import knitpy filename = 'html_test.py' knitpy.render(filename.pymd, output="html")

Received the following error AttributeError: module 'knitpy' has no attribute 'render'

Trying to figure out a way to use the library to generate a report from my code but no luck still. Running the code in Spyder 4, Python 3.7

/AA