Show HN: Observable Notebooks
beta.observablehq.com
Show HN: Observable Notebooks
1–10 of 136 posts
Re: Show HN: Observable Notebooks
#2Mike: if you're reading this: thanks a million!
Re: Show HN: Observable Notebooks
#3Ah! At last! Mike: if you're reading this: thanks a million!
Re: Show HN: Observable Notebooks
#4"Observable: An Earthquake Globe in Ten Minutes" https://www.youtube.com/watch?v=uEmDwflQ3xE
Re: Show HN: Observable Notebooks
#5Their new screencast is awesome too! "Observable: An Earthquake Globe in Ten Minutes" https://www.youtube.com/watch?v=uEmDwflQ3xE
The finished notebook from the screencast (which you can fork): https://beta.observablehq.com/@jashkenas/earthquakes
And a fancier version that spins, reuses the canvas element instead of re-rendering it from scratch, projects the quakes as circles on the surface of the sphere, and offers a bunch of other options to configure (like if you'd like to chart the past day, week or month of quakes): https://beta.observablehq.com/@jashkenas/quakespotter-0-1
Re: Show HN: Observable Notebooks
#6Their new screencast is awesome too! "Observable: An Earthquake Globe in Ten Minutes" https://www.youtube.com/watch?v=uEmDwflQ3xE
And good place to drop few links, if you'd like to cut to the chase. The finished notebook from the screencast (which you can fork): https://beta.observablehq.com/@jashkenas/earthquakes And a fancier version that spins, reuses the canvas element instead of re-rendering it from scratch, projects the quakes as circles on the surface of the sphere, and offers a bunch of other options to configure (like if you'd like to…
Re: Show HN: Observable Notebooks
#7I guess an oversimplified description would be that this is like a Jupyter Notebook specifically for JavaScript. Libraries like D3 are pre-loaded and immediately accessible. Am definitely interested in hearing the details about what it is built with and medium to long-term plans for the service.
Note that the Jupyter Notebook service generally requires you to be installing and running Python etc. on your own computer. Jumping into an Observable notebook is as easy as opening your browser and signing in via GIthub
Re: Show HN: Observable Notebooks
#8Re: Show HN: Observable Notebooks
#9Re: Show HN: Observable Notebooks
#10Earlier quoted context omitted.
And good place to drop few links, if you'd like to cut to the chase. The finished notebook from the screencast (which you can fork): https://beta.observablehq.com/@jashkenas/earthquakes And a fancier version that spins, reuses the canvas element instead of re-rendering it from scratch, projects the quakes as circles on the surface of the sphere, and offers a bunch of other options to configure (like if you'd like to…
Do you guys have a keyboard shortcuts cheatsheet? I can't figure how to move from one cell to another without clicking or creating a new cell.