|
|
|
|
|
by LoulouMonkey
892 days ago
|
|
Hi Simon, slightly unrelated question. I'm a big fan of your work, and as I've learnt a lot from reading your blog posts over the years, I'd be curious to know a bit more about typical use cases for wanting to work with Observable notebooks. The only reason why I'm using A JavaScript notebook tool (Starboard.gg) is to be able to access cool visualisation packages like Anychart or Highcharts. Given the hype around Observable notebooks, I feel that I'm missing something. What makes you decide to start something in an Observable notebook rather than in Jupyter? Thanks! |
|
Here are some of my Observable notebooks which illustrate the kind of things I use it for:
https://observablehq.com/@simonw/search-for-faucets-with-cli...
https://observablehq.com/@simonw/openai-clip-in-a-browser
Those are both from https://simonwillison.net/2023/Oct/23/embeddings/
https://observablehq.com/@simonw/gpt4all-models provides a readable version of JSON file on GitHub
https://observablehq.com/@simonw/blog-to-newsletter is the tool I used to assemble my newsletter
A killer feature of Observable notebooks for me is that they provide the shortest possible route from having an idea to having a public URL with a tool that I can bookmark and use later.