Show HN: Dtab – Spreadsheet for Data Science
1–10 of 70 posts
Re: Show HN: Dtab – Spreadsheet for Data Science
#2Re: Show HN: Dtab – Spreadsheet for Data Science
#3Re: Show HN: Dtab – Spreadsheet for Data Science
#4Looks neat, but currently getting a 503 error on one of the scripts in all the examples: https://rawgit.com/replit/jq-console/master/jqconsole.min.js
Re: Show HN: Dtab – Spreadsheet for Data Science
#5Use Javascript to replace vba in excel
http://blogs.msdn.com/b/officeapps/archive/2013/03/18/excel-...
Use python to replace vba in excel
Re: Show HN: Dtab – Spreadsheet for Data Science
#6Looks neat, but currently getting a 503 error on one of the scripts in all the examples: https://rawgit.com/replit/jq-console/master/jqconsole.min.js
Re: Show HN: Dtab – Spreadsheet for Data Science
#7Re: Show HN: Dtab – Spreadsheet for Data Science
#8What makes this better than Excel (VBA, Python, probably half of the languages on the planet.), Libre Office, Google Spreadsheets, etc., aside from Javascript ? The only point I could see would be integrating this into a page, which is of dubious utility.
Re: Show HN: Dtab – Spreadsheet for Data Science
#9I noticed that you're using a web-worker, does all the heavy lifting happen there and the main thread is used for purely rendering?
I'm noticing some lag when I just press enter into a cell twice (once to get into edit, and then again to get out). Any idea what's going on there (I'm interested technically)?