-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need more documentation! #16
Comments
Hey @skycreeds thanks for pointing this out. Could you give me a clear picture of what additional information would be helpful? For the Blocks, Compute Engine, and the Functions? |
Thanks for reply @krish-adi ,
I think it would also be helpful if there is a detailing on use of computational engine and params of add_editor_state etc. |
@krish-adi: It would be helpful for me to get an example how to access the computation results. I can't see any computation results in st.write(barfi_result). It looks like the computation is just not done at all. Of course is set compute_engine=True. Thank you for your work! |
Hey @fbaeumer , the computation is done when the |
Hi @krish-adi. I think the documentation lacks info about Block.add_option feature. |
Hi @krish-adi ! Thanks for Barfi! Is it possible to call Execute from Streamlit? For example, to execute a scheme when clicking on the st.button. |
Oh sure that is possible. Within the context manager, you could use the functions that execute the schema. These functions can be found in the file where the streamlit component is imported from. |
UPD: I understood that barfi_result will be suitable for schema_data when compute_engine=False. @krish-adi: am trying to save the current scheme by a button from Streamlit. I see the manage_schema.save_schema(schema_name, schema_data) function, but I don't understand where to get schema_data? |
Hey @krish-adi ,
The package was really helpful,
I think it will be help full to add more details on classes
and also about functions and its parameters
I had hard time finding it from code
The text was updated successfully, but these errors were encountered: