Skip to content

Commit

Permalink
profile: remove Test PyPI index specification (tensorflow#3275)
Browse files Browse the repository at this point in the history
Summary:
The dynamic profile plugin is now available on stable PyPI:
<https://pypi.org/project/tensorboard-plugin-profile/2.2.0a1/>

Styling updated because the number of lines of text changed.

Test Plan:
The instructions still work in a new virtualenv, pulling in `2.2.0a1`.

wchargin-branch: profile-stable-pypi
  • Loading branch information
wchargin committed Feb 21, 2020
1 parent 8c6841b commit 9bb99e6
Showing 1 changed file with 8 additions and 6 deletions.
Expand Up @@ -30,7 +30,12 @@ <h3>The profile plugin has moved.</h3>
Please install the new version of the profile plugin from PyPI by
running the following command from the machine running TensorBoard:
</p>
<textarea id="commandTextarea" readonly on-blur="_removeCopiedMessage">
<textarea
id="commandTextarea"
readonly
rows="1"
on-blur="_removeCopiedMessage"
>
[[_installCommand]]</textarea
>
<div id="copyContainer">
Expand All @@ -48,7 +53,7 @@ <h3>The profile plugin has moved.</h3>
}
#commandTextarea {
margin-top: 1ex;
padding: 1ex 0;
padding: 1ex 1em;
resize: vertical;
width: 100%;
}
Expand All @@ -73,10 +78,7 @@ <h3>The profile plugin has moved.</h3>
_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() {
Expand Down

0 comments on commit 9bb99e6

Please sign in to comment.