Adithya Krishnan
Adithya Krishnan
Hey @abrarzahoor004 , I'll try to explain the working on the save button with an example: Lets say you have a set of blocks, and you have a streamlit widget...
That's cool. Been waiting for the V2 for a while. I am considering to move the frontend part to React. I'll try getting that working in a few weeks.
hey @1Cor134 v 1.0.0 migrated the ui to react and now uses react-flow. grouping will be part of the roadmap for the v 1.0.0+. can you create a new issue...
I will add this to the roadmap.
Hey @zabrewer ! The API will not change, and will still use Streamlit. What will mostly change in the upcoming release is the UI. But the blocks and their interaction...
I will mark a few issues as enhancements, that I'll look into deploying into the next release.
hey @equidna , a jupyterlab extension is something I have been thinking about, so will put it in the roadmap. I haven't heard about Makinarocks, could you share an image...
Hey @grassjelly , the branch is usable, you could check out the app in tests/v1_test.py for the working version.
@grassjelly , yes indeed ! i want to abstract away the compute engine from the streamlit component and strip the dependencies. this would help implement cyclic connections/flows.
Hey folks, v 1.0.0 is out 🎉 ! A bunch of major changes went into this. Specifically all the objects being typed. There have been a few convinience functions added...