▲ | dr__mario 4 days ago | |||||||
I'd love to love them but I don't: I can't seem to justify moving away from Python to use this. What advantages does JS offer for this use case? I' ve never felt that I couldn't do any visualization with Python (but I don't do nice newspaper figures). | ||||||||
▲ | MantisShrimp90 4 days ago | parent | next [-] | |||||||
Im in the same boat. In theory JavaScript holds more potential to make finely crafted visuals. But you're right, the ecosystem is so mature I still find other ecosystems lacking. But if anything would change my opinion this has the right set of values | ||||||||
| ||||||||
▲ | wonger_ 4 days ago | parent | prev | next [-] | |||||||
Exporting as client-side webpages, maybe? I liked using it to prototype some interactive D3.js charts that I would later move to my website. Also some people just are more comfortable with JS than Python | ||||||||
▲ | jeffbee 4 days ago | parent | prev | next [-] | |||||||
Maybe I just don't know enough python libraries but I can get to a good-looking interactive visual in Observable in almost no time at all. | ||||||||
▲ | skybrian 3 days ago | parent | prev | next [-] | |||||||
It depends where you're coming from, I suppose. The web is pretty popular. Web developers are more familiar with HTML, CSS, and JavaScript, and with various visualization libraries in the JavaScript ecosystem. I quite like Observable Plot [1]. I'm not familiar enough with Python or Jupyter to know how you would build similar visualizations with them. What would you use? | ||||||||
| ||||||||
▲ | Hasnep 3 days ago | parent | prev | next [-] | |||||||
I think marimo is a python version of the same idea: https://marimo.io/ | ||||||||
| ||||||||
▲ | nsonha 3 days ago | parent | prev | next [-] | |||||||
> never felt that I couldn't do any visualization with Python Yes but, probably what they are shooting for are mini apps that you can just copy pasted into a front-end codebase and not some weird-ass python dsl | ||||||||
▲ | 4 days ago | parent | prev [-] | |||||||
[deleted] |