I used the older online notebooks for a bit and really loved the immediacy but I’m always hurting for TypeScript syntax support. The is this a thing w 2.0? Something I’ll need to add later with Vite and only available locally? It was a bunmer to not be able to copy paste code from my projects into observable. With local notebooks I see more potential for homegrown workflow but for me the benefit was always the platfo…
We’re interested in adding a TypeScript cell mode, probably first with type stripping rather than validating types. I was hoping for a pure JavaScript implementation; maybe we’ll try https://github.com/bloomberg/ts-blank-space ? I’ve also been looking at https://github.com/val-town/codemirror-ts for the editor, but it’s a lot of machinery.
Observable Notebooks 2.0 Technology Preview
61–64 of 64 posts
Re: Observable Notebooks 2.0 Technology Preview
#62I'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).
I think marimo is a python version of the same idea: https://marimo.io/
What’s missing for me is a local desktop app like Jupyter Studio, but that’s an easy thing for the community to build.
Re: Observable Notebooks 2.0 Technology Preview
#63Would this be open source? I would really like to run this locally For the time being I hacked something using Observable Framework [1], but still, it isn't the full set 1: https://observablehq.com/framework/ Edit: nvm just saw the notebook kit
> Would this be open source? No? How would they make money?
Observable Notebook Kit | Observable https://observablehq.com/notebook-kit/kit
Re: Observable Notebooks 2.0 Technology Preview
#64Observable has always demo'd well and looked cool, but I never understood the business application. Does anyone use it for work?
I work on a quantitative user research team, and we've found notebooks to be really useful for crunching and visualizing the data from experiments we've run. I work at Google and my UXR colleagues are more comfortable with Python than JS, so we use Google Colab, but I'd use Observable if those weren't true.