Handy Notebook has issues with urls

@ccnlog/input-textarea-box-for-free-form-region-arithmatic

Script generated by the Handy Notebook after selecting only url and view of query

The url does not load, here is the embed in Wordpress, url just outputs as text

http://research.lossofgenerality.com/observable-embed/

Dara

First off, here’s the notebook:

Now, url outputs as text because that’s exactly what it is. There’s probably no reason to display that, though. I guess that you would like to show the lovely 3D output but, to do so, you’ll have to name it. Thus, you should replace

html`<iframe width='500' height='400' src='${url}' frameborder='0'></iframe>`

with

lovely_3d_output = html`<iframe width='500' height='400' src='${url}' frameborder='0'></iframe>`

Then, after you republish it, you should choose to display viewof query and lovely_3d_output from the handy embed code generator.

Dear Prof Mc Clure

You heard the phrase:

“This ain’t your first rodeo!”

You have done this before ha ha ha, thanx

http://research.lossofgenerality.com/observable-embed/

Now it works.

I keep forgetting to click on the Wolfram Cloud Objects to edit code in Observable.

Thank you

Dara