Cos, you have two options in order to create different notebooks for separate caches:
1. You can create separate interpreter with cpecific configuration for each notebook. Then you can bind interpreters to notebooks. You can also bind many interpreters to oone notebook and use different interpreters in different paragraphs. 2. You can use cross-cache like queries with one interpreter. From docs: "In this case, cache names act as schema names in regular SQL. This means all caches can be referred by cache names in quotes."
