pnsvk
pnsvk
> Hey everyone! Seems like they have introduced some new policy which is causing this. > > While I investigate this, here is what I would recommend: If you are...
workaround for this is posted on another thread: https://github.com/jupyter-widgets/ipywidgets/issues/3260#issuecomment-907715980
> Thank you @raziqraif .. This workaround did the job for me..
> It is not just markdown that is non-rendering. HTML too and print as well. I am using this code example for the situation when rendering of the output should...
do we have a timeline on this ? please update.
Possibilities of building a desktop version of reflex would be a game changer.. something on the lines of [stlite](https://github.com/whitphx/stlite). I am thinking of trying out [Briefcase](https://beeware.org/briefcase/), but not getting time.....
The initial boot-up of the app and hot-reload are both very time-consuming.. Sorry to keep comparing with Streamlit, but the hot-reload is almost instantaneous with it. I am finding it...
> @pnsvk Okay, stick to Streamlit then. Changes in Streamlit are instantaneous because Streamlit doesn't compile (unlike Reflex which compiles to performant HTML+CSS+JS code). Streamlit was based on poor design...
Yeah.. I am glad there are folks who care about it.. It adds to the overall developer experience... even more than the cursor blinking, the smooth animated rendering of typed...
> ```python > ```python > return IPython.display.Code(data=code, language="python3") > ``` > > > > > > > > > > > > > ``` the snippet by @Notgnoshi works like...