Live data from Hacker News

Show HN: Observable Notebooks

beta.observablehq.com

111–120 of 136 posts

Re: Show HN: Observable Notebooks

#111
post #7

Just in case people were wondering, the site seems to have been overwhelmed for the past 10-15 minutes. But there's a YouTube demo of the tech https://news.ycombinator.com/item?id=16275040 I 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 wha…

I wrote more about the motivation for Observable (formerly d3.express) last year: https://medium.com/@mbostock/a-better-way-to-code-2b1d2876a3... It’s easy to use D3 within Observable, but it’s not pre-loaded or specifically built-in. Any browser library published to npm can be loaded via require (for AMD) or dynamic import (for ES modules). I’ve published a bunch of notebooks with D3 but you’ll find other ones with…

There is mybinder.org to run jupyter notebooks online . For example, https://github.com/norvig/pytudes

Re: Show HN: Observable Notebooks

#112
post #7

Just in case people were wondering, the site seems to have been overwhelmed for the past 10-15 minutes. But there's a YouTube demo of the tech https://news.ycombinator.com/item?id=16275040 I 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 wha…

Google colab allows to create Python notebooks and run them (directly on Google cloud) without paying anything, or setting anything up

Re: Show HN: Observable Notebooks

#113
post #40

Earlier quoted context omitted.

Absolutely! We all quite like Python, and there's no denying that JavaScript doesn't have the same caliber and range of scientific code (yet!). I fully expect plenty of people to do some of the data-crunching in Python, Julia, R, and so on, and bring it into Observable to explore and experiment. And I also expect JavaScript's ecosystem to blossom, especially with WebAssembly & WebGL hitting the mainstream.

What’s the status of d3 ports to Python? I believe plotly, d3py, and Bokeh all offer some amount of support. I’d expect more python users to bring d3 in that bring python to JavaScript.

[deleted]

Re: Show HN: Observable Notebooks

#115

Earlier quoted context omitted.

I would have loved something like this while learning to program as well. I mean ... the Ruby REPL was fun, but this sort of thing is just so much more tactile and visual. We haven't had time to produce as many demo notebooks as we might have liked, but these notebooks really aren't D3-specific in the slightest. They're a reactive flavor of JavaScript, and anything that produces a value or can be rendered to the DOM…

The sliders on https://beta.observablehq.com/@mbostock/clifford-attractor-i... don't work for me, the sliders don't move. If I double-click a cell and edit the value, I get an updated graphic, but the sliders won't move. Chrome 63.0.3239.132, OS X 10.13.3

I had the same problem and it turned out to be because I had the experimental Strict Site Isolation flag set in Chrome. Try turning that off.

Re: Show HN: Observable Notebooks

#118
post #111

Earlier quoted context omitted.

I wrote more about the motivation for Observable (formerly d3.express) last year: https://medium.com/@mbostock/a-better-way-to-code-2b1d2876a3... It’s easy to use D3 within Observable, but it’s not pre-loaded or specifically built-in. Any browser library published to npm can be loaded via require (for AMD) or dynamic import (for ES modules). I’ve published a bunch of notebooks with D3 but you’ll find other ones with…

There is mybinder.org to run jupyter notebooks online . For example, https://github.com/norvig/pytudes

There's also some (currently) free cloud version by microsoft available on https://notebooks.azure.com in a preview state, but works great already. (Tested python3 only)

Re: Show HN: Observable Notebooks

#119
post #112
post #7

Just in case people were wondering, the site seems to have been overwhelmed for the past 10-15 minutes. But there's a YouTube demo of the tech https://news.ycombinator.com/item?id=16275040 I 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 wha…

Google colab allows to create Python notebooks and run them (directly on Google cloud) without paying anything, or setting anything up

Except you need a Google account I presume.

Re: Show HN: Observable Notebooks

#120
post #33

Please, Observable, put something on the page that says what language this is! I figured this was like Colaboratory ( https://colab.research.google.com ) or Azure Notebooks ( https://notebooks.azure.com/ ) or some other hosted-jupyter variant. There was no information about how it should work when I went to the scratchpad, and I could barely tell it was Javascript when picking one of the sample notebooks.

I would also like to understand the licensing and how to host the resulting files myself.
Post reply on HN