**Importing Variables Across Markdown Files in Observable Framework**

In the Observable Framework, is there a way to use or import a variable declared in a different markdown file? For instance, I’ve created simulated data with dynamic parameters using Inputs.range, and I want to import this data to generate plots in another markdown file. How can I achieve that? Thanks!

To share code in Framework, you will typically import from a JavaScript module. You can’t import from another page.

In the future please open a GitHub discussion instead, as we’re trying to move the conversations about Framework to a central place.

Thanks much, @Fil