Show HN: Scripton – Python IDE with built-in realtime visualizations
11–20 of 154 posts
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#12Not sure if today this is enough though without any kind of AI chat assistant. Trae [0] is based on VSCode and Jetbrains Fleet are good looking as well. Visualization is definitely a big plus but there is also alternative like using rerun [1] and dearpygui [2] or some VSCode plugins (Python Image Preview, AREPL for Python)- might be hard to compete with those free alternatives on a subscription model IMHO but good luck!
[0] https://trae.ai/
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#13What are your plans for a data table UI? Shameless plug: I created the open source Buckaroo table for jupyter (embeddable in other contexts) with histograms, summary stats, search... I love talking tables if you want to get in touch.
The data table got deferred to focus on the visualization bits for the initial release, but it's definitely planned!
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#14What are your plans for a data table UI? Shameless plug: I created the open source Buckaroo table for jupyter (embeddable in other contexts) with histograms, summary stats, search... I love talking tables if you want to get in touch.
Coincidentally, one of the first components I wrote for Scripton was a virtualized table for handling million+ row dataframes with Tufte-esque inline visualizations (in a much evolved form, it currently backs the REPL). The data table got deferred to focus on the visualization bits for the initial release, but it's definitely planned!
Million+ row handling is nice. Once I figured out window based display of tables, documentation and a bunch of other pieces of architecture became simpler. Previously I sent the whole dataset or a sample of it.
--
Is Scripton user extendable? Do you expect ipywidgets/anywidgets based projects to plug in?
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#15As a bonus, you can continue to use whatever IDE you already use.
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#16How about a hobbyist rate at least?
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#17Do you plan on selling copies (vs only subscription)?
However, I would like to eventually have something like Jetbrains' "perpetual fallback license" where you can keep using up to a particular version after, say, a year of subscription.
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#18Looks beautiful so congratulation for the launch. Not sure if today this is enough though without any kind of AI chat assistant. Trae [0] is based on VSCode and Jetbrains Fleet are good looking as well. Visualization is definitely a big plus but there is also alternative like using rerun [1] and dearpygui [2] or some VSCode plugins (Python Image Preview, AREPL for Python)- might be hard to compete with those free alt…