I tried unsuccessfully to find this information in other posts, so I'll ask it here:
The $n$-th derivative of $e^{f(x)}$ can be given in terms of the complete Bell polynomials:
$$ \begin{align} \frac{d^n}{dx^n}e^{f(x)} &= e^{f(x)}B_n(f^{(1)}(x),...,f^{(n)}(x))\\ &= e^{f(x)}B_n^{(1)}(f) \end{align} $$
where $f^{(n)}(x) = \frac{d^n}{dx^n}f(x)$ and $B_n^{(1)}(f)$ indicates that we are considering the derivatives of $f$ with respect to its 1st argument.
I need the two-variable version of this formula, i.e.
$$ \begin{align} \frac{d^m}{dy^m}\frac{d^n}{dx^n}e^{f(x,y)} &= \frac{d^m}{dy^m}e^{f(x,y)}B_n(f^{(1,0)}(x,y),...,f^{(n,0)}(x,y))\\ &=\frac{d^m}{dy^m}e^{f(x,y)} B_n^{(1)}(f)\\ &=\sum_{k=0}^m \binom{m}{k}\frac{\partial^k e^{f(x,y)}}{\partial y^k}\frac{\partial^{m-k} B_n^{(1)}(f)}{\partial y^{m-k}}\\ &=e^{f(x,y)}\sum_{k=0}^m \binom{m}{k}B_k^{(2)}(f)\frac{\partial^{m-k} B_n^{(1)}(f)}{\partial y^{m-k}} \end{align} $$
So all I need to compute are the derivatives of $B_n(f^{(1,0)}(x,y),...,f^{(n,0)}(x,y))$ with respect to $y$.
We can consider the derivatives $f^{(j,0)}(x,y)$ as independent functions of $y$, so all in all I need a way to compute the terms:
$$ \frac{\partial^k}{\partial y^k}B_n(h_1(y),...,h_n(y)) $$