You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your features to incorporating Tensorboard into vscode. When using it I found two potential features for improvement:
If we click the tabs in tensorboard UI, it will update the url by adding #tab, e.g. I'd like to use time series tab in tensorboard (introduced in v2.4.0 which can pin the desired tags). The url will be updated in the form of original_url:/?pinnedCards=<tags>#timeseries. However, current vscode tab won't remember this new url, so each time I reenter the tensorboard tab in the vscode, it just refresh the original url.
Rename the vscode tabs: if we open multiple tensorboard tabs, they all have same name as tensorboard. I think it would be convenient for users to rename the tabs, or simply use the logdir as the tab name.
Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi VSCode Python Team,
Thank you for your features to incorporating Tensorboard into vscode. When using it I found two potential features for improvement:
#tab, e.g. I'd like to use time series tab in tensorboard (introduced in v2.4.0 which can pin the desired tags). The url will be updated in the form oforiginal_url:/?pinnedCards=<tags>#timeseries. However, current vscode tab won't remember this new url, so each time I reenter the tensorboard tab in the vscode, it just refresh the original url.tensorboard. I think it would be convenient for users to rename the tabs, or simply use thelogdiras the tab name.Thanks!
All reactions