When running Python: Launch Tensorboard from the Command Palette I get an error stating that the TensorBoard package is required: I can check in my conda environment ...
I don't think this one is environment related. There's just simply no such thing as a exit API for python scripts, which means I have to use lsof + kill or quit the python parent process to kill the ...