-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clicking <a/> tag links in embedded Observable notebooks does nothing #11
Comments
That's interesting, it looks like these are links ( Clicking doing nothing is not intended, I want to understand that better. I wonder if single clicks to localhost are blocked or something? Maybe on Colab (Colab sticks the already-iframed Observable output in another iframe), maybe everywhere? The part that might be intended, we have to decide, is the link going to the wrong places. Where should a link to |
I think that this embedded notebook and any other Observable documentation notebooks are best viewed at https://observablehq.com and that should be where we sent users generally, so in this case https://observablehq.com/@d3/gallery — but for users' notebooks this is still an important thing to fix. |
Thanks. I am positive about observeablehq in general and have used it. I used Processing/JS |
That's great to hear, I hope you find this library useful! I think it's a great blend, I like to build a visualization in Observable using data I upload as a File Attachment then swap out that data with live data in a Colab notebook. You can see some examples here: #2 |
I tried the demo Colab jupyter notebook. Given this cell:
embed('@d3/gallery')
one cannot click on a map type and have an execution. Nothing
happens. Is that intended or is there a workaround?
The cell before that one works fine and allows for interactive control.
The text was updated successfully, but these errors were encountered: