-
I can't find any tutorial for using Guidance in a regular .py file. Is there non-hacky support for this? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
The documentation isn't great. I discovered you can use await statements to make the program execute and return results normally.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, but now I am more confused than before. Is Guidance designed around Jupyter notebooks?! Seems a very weird choice! |
Beta Was this translation helpful? Give feedback.
-
The reply above is for the previous version of |
Beta Was this translation helpful? Give feedback.
-
Is there documentation on how this works? With the following code:
In a Jupyter Notebook, I get:
In this example, the text As a script, I get the output:
I would really like to use this package, but outside of Juptyer, I am having trouble understanding how it should be used correctly. |
Beta Was this translation helpful? Give feedback.
-
Same issue. I have the latest version as of now, 0.1.8, which still outputs as above. |
Beta Was this translation helpful? Give feedback.
The documentation isn't great. I discovered you can use await statements to make the program execute and return results normally.