-
As usual, amazing product from the team! thx! |
Beta Was this translation helpful? Give feedback.
Answered by
mbostock
Jul 30, 2025
Replies: 1 comment
-
You can use the import {rangeSlider} from "observable:@mootari/range-slider"; Alternatively you can use import attributes import {rangeSlider} from "https://api.observablehq.com/@mootari/range-slider.js?v=4" with {type: "observable"}; The latter is useful if you want to download (and potentially self-host) a notebook rather than loading it live from Observable. The Duplicate of #10. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mbostock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
observable:
protocol to import a Observable notebook.Alternatively you can use import attributes
with {type: "observable"}
:The latter is useful if you want to download (and potentially self-host) a notebook rather than loading it live from Observable. The
observable:
import protocol is simply shorthand for this longer form.Duplicate of #10.