I want to enable the preheated kernels in voila. E.g. I am doing:
voila --preheat_kernel=True --pool_size=14
However, I only want to have preheated kernels for a very specific notebook, and not the (many) others that I have in the same directory.
Is there a way to tell voila for which notebook to enable the kernels (or failing that, to have 0 pool_size for the rest of the notebooks)?
I am currently using voila version 0.4.0
RTFM...
The folder where voila is executed from can contain a
voila.jsonconfig file... I have arrived at currently using this one :Here, I have found no behavioral difference between nodes with
pool_size0and those black listed, I guess that would be significant for a non-zero default pool size.These params could possibly be also supplied from command line, e.g.