Live data from Hacker News

Viewing profile — maartenbreddels

maartenbreddels

HN member
Joined
Thu, Feb 16, 2017, 8:42 PM UTC
HN karma
334
Public activity
76 items

About maartenbreddels

No profile information was provided.

Recent public activity

  1. comment
    Comment #42441997

    I guess someone needs to build a Solara app running in the Jupyter Notebook to interface with Jupiter (running on Solana).

  2. story
  3. comment
    Comment #41273254

    Yes, with pycafe that is possible: https://py.cafe/snippet/asgi/v1#c=H4sIABN3wGYAA41UTW_bMAz9K4...

  4. comment
    Comment #41273233

    Also check out https://py.cafe/ (I work on this project) It supports streamlit, dash, virzo and solara. Frameworks like shiny, gradio and panel are planned (maybe even fasthtml). I…

  5. comment
    Comment #41273215

    We plan to support fastHTML at https://py.cafe/ This also uses pyodide, but supports more frameworks out of the box.

  6. comment
    Comment #38210908

    On https://solara.dev/docs/tutorial/streamlit we highlight the main differences: * Solara will not continuously re-execute your script as Streamlit does. * Solara will re-execute c…

  7. comment
    Comment #38197909

    Yes, the API is a bit more complex than before but it does give more options!

  8. comment
    Comment #38197886

    Thank you

  9. comment
    Comment #38197878

    It’s demoed in https://www.youtube.com/live/U9mJuUkhUzk?si=Ko3FZ0Axx7jcZaQ7 @ 35:11 Hope that helps :)

  10. comment
    Comment #38196495

    It can be used for general purposes, but we focus on the data science landscape. However, our main website is built using solara, and we know a few startups using solara for their …

  11. comment
    Comment #38196009

    We (the authors of the Solara web app framework) were inspired by the OpenAI keynote Wanderlust app they demoed and rebuilt it in Python using Solara. It would be good to showcase …

  12. story
  13. comment
    Comment #36218641

    Thanks for the shout out. The follow up of that is Solara: "NextJS, but in Python" :) https://github.com/widgetti/solara/

  14. comment
    Comment #36179714

    Not sure where you found that link, but https://solara.dev/api should work fine! Let’s take that question to GitHub or discord not to go too much off topic here ok? Thanks!

  15. comment
    Comment #36174291

    In Solara you can dynamically put together the UI like in react, in pynecone you need to use their primitives to make lists and conditional rendering. Also, state management is not…

  16. comment
    Comment #36168412

    Co-creator of Voila here. Voila is rather un-opinionated about what you can run in it. While it offers excellent support for ipywidgets, it's certainly not confined to that. One do…

  17. comment
    Comment #35913924

    Correct. We were already doing that with pure/classic ipywidgets based apps. We helped many clients get their prototypes into production and identifier some friction doing that. We…

  18. comment
    Comment #35913296

    We're excited to introduce Solara: A pure Python web framework built for large, complex apps. While there are many Python web frameworks out there, most are designed for small data…

  19. story
  20. story
    Show HN: Write React in the Jupyter notebook without JavaScript build tools

    The friction of getting a small snippet of React code into the Jupyter notebook really high. Especially when you want to have communication between the browser and the Python proce…

  21. story
    Show HN: Reacton – A pure Python port of React for ipywidgets

    Hi, I'm an ipywidgets maintainer, which is a library for writing interactive widgets in the Jupyter notebook. For our living, we help organisations create larger applications, and …

  22. comment
    Comment #26403509

    My guess is that should be possible, feel free to hop onto https://github.com/vaexio/vaex/discussions !

  23. comment
    Comment #26401945

    Thanks, glad you find Vaex useful. Indeed, for small data there is not much to gain, at least this is not the focus of this article. Although even with small amounts of the, the au…

  24. comment
    Comment #26401898

    AFAIK Modin tries to be the API compatible with Pandas, but then faster/distributed. Vaex tries to be a DataFrame library that is as fast as possible on a single machine to keep th…

  25. comment
    Comment #26400608

    Yes, Arrow 3.0 has much more string kernels https://arrow.apache.org/docs/cpp/compute.html