Can confirm it works. Thanks.
FYI: I’m running this against a conda environment that uses python 3.7 on a machine with previously installed conda environments that use python 3.6 … and I noticed that without logging back into my server, jupyter would always set my python incorrectly to 3.6 (even though I had installed jupyter into the 3.7 environment and activated it before running).
Don’t know if there is a better way of handling this than restarting the server or just logging back in, but I post this here in case folks notice the same behavior.