-
Beta Was this translation helpful? Give feedback.
Answered by
mbostock
Sep 12, 2025
Replies: 1 comment 2 replies
-
It’s
Try renaming your database configuration file that and see? (The error “database not found” suggests that it isn’t finding the definition of the “fintech” database.) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There’s not a way to share configuration files across projects (folders), no. But you can have multiple notebooks in the same folder. And you could use a symlink for your databases.json file if you don’t want to copy it into separate projects.
Eventually, we’ll support having multiple folders within the project to allow more organization of notebooks, but I still think we’d just have one .observable (and one .observable/databases.json) to configure the project.