etrotta
@etrotta@programming.dev
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Advice on the Choice of a GUI Library? 8 months ago:
Like others said, definitely consider using Jupyter Notebooks for development (note: not necessarily JupyterLab, just Notebooks - multiple IDEs like VSCode support them).
For an actual GUI, I would recommend considering some web dashboard frameworks like Streamlit, Dash or Gradio if you are not felling like spending too much time organizing the layout and making it pretty.
Other than that, I would also recommend taking a look at a few plotting libraries other than matplotlib like Bokeh or Plotly.