diff --git a/tensorboard/plugins/profile_redirect/tf_profile_redirect_dashboard/tf-profile-redirect-dashboard.html b/tensorboard/plugins/profile_redirect/tf_profile_redirect_dashboard/tf-profile-redirect-dashboard.html index e75df122a6c..d4a8c19e3c4 100644 --- a/tensorboard/plugins/profile_redirect/tf_profile_redirect_dashboard/tf-profile-redirect-dashboard.html +++ b/tensorboard/plugins/profile_redirect/tf_profile_redirect_dashboard/tf-profile-redirect-dashboard.html @@ -30,7 +30,12 @@

The profile plugin has moved.

Please install the new version of the profile plugin from PyPI by running the following command from the machine running TensorBoard:

-
@@ -48,7 +53,7 @@

The profile plugin has moved.

} #commandTextarea { margin-top: 1ex; - padding: 1ex 0; + padding: 1ex 1em; resize: vertical; width: 100%; } @@ -73,10 +78,7 @@

The profile plugin has moved.

_installCommand: { type: String, readOnly: true, - value: [ - 'pip install --extra-index-url https://test.pypi.org/simple/ \\', - ' tensorboard_plugin_profile', - ].join('\n'), + value: 'pip install -U tensorboard_plugin_profile', }, }, async _copyInstallCommand() {