Is your feature request related to a problem?
I'm used to running tensorboard displays in google colabs notebooks e.g. via:
%load_ext tensorboard
%tensorboard --logdir logs/
This does not seem to work with the VSCode extension (no errors, but the inline display doesnt show up when executing the cell with the magic commands).
Describe the solution you'd like to see
Executing the above commands should let me see tensorboard inline when using notebooks running on colab via VSCode.
Describe alternatives you've considered
Not sure which alternatives there are - perhaps exposing the raw URL / port that gets created so I can manually open it with my browser would be a workaround? not sure that would work with security policy considerations.
Additional context
N/A