Show HN: Scripton – Python IDE with built-in realtime visualizations
21–30 of 154 posts
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#22My biggest concern with this project is expertise and potential burn-out. There's a lot of writing from scratch that really begs to go through the gauntlet of open source.
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#23In a similar vein: https://www.spyder-ide.org/ (MIT-licensed)
The OP posted a cool project, but 20$ a month for a nice VS code fork is absurd. Plus it's Mac only now.
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#24Does anyone know the name of the typeface/font used in the example images?
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#25Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#26Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#27Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#28Earlier quoted context omitted.
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!
Did you write your own table? 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?
Currently, it's not user extendable. While it does support some IPython features (eg: Python classes that implement IPython's rich outputs also work in Scripton), ipywidgets are currently not supported.
Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#29Re: Show HN: Scripton – Python IDE with built-in realtime visualizations
#30why not go down vscode extension path?