The number of labelled graphs with all vertices of even degree
This question is about number of labeled graphs of $n$ even vertices. I need hint how to find number of labeled graphs of $n$ odd degree vertices. It is clear that answer is $0$ when $n$ is odd.
Should be the same number as the # of graphs with even degree vertices (so according to the question you linked $2^{\binom{n-1}{2}}$ in case $n$ is even).
This is true because, there is a bijection between the graphs where all vertex degrees are even and the graphs where all vertex degrees are odd: Let $G$ be a graph that has only vertices with even degree, and let $\bar G$ be its complement. Clearly ($n$ is even), a single vertex $v$ has $n-1$ possible neighbors, which is an odd number. Since $\deg_G(v)$ is an even number, $\deg_{\bar G}(v)$ has to be an odd number.