Skip to content

Commit

Permalink
tiny changes to let user aware should use TF 2.1 Notebook instance (k…
Browse files Browse the repository at this point in the history
…ubeflow#3178)

* done

* start page done

* done

* done

* update snapshot

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
  • Loading branch information
2 people authored and Jeffwan committed Dec 9, 2020
1 parent e974ac5 commit 0d96b2c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/GettingStarted.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const PAGE_CONTENT_MD = ({
## Build your own pipeline with
* TensorFlow Extended (TFX) end-to-end ML Pipeline Template ([Open Notebook](https://console.cloud.google.com/mlengine/notebooks/deploy-notebook?q=download_url%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Ftensorflow%252Ftfx%252Fmaster%252Fdocs%252Ftutorials%252Ftfx%252Ftemplate.ipynb))
* TensorFlow Extended (TFX) [SDK](https://www.tensorflow.org/tfx/guide) with end-to-end ML Pipeline Template ([Open TF 2.1 Notebook](https://console.cloud.google.com/mlengine/notebooks/deploy-notebook?q=download_url%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Ftensorflow%252Ftfx%252Fmaster%252Fdocs%252Ftutorials%252Ftfx%252Ftemplate.ipynb))
* Kubeflow Pipelines [SDK](https://www.kubeflow.org/docs/pipelines/sdk/)
<br/>
Expand Down
13 changes: 11 additions & 2 deletions frontend/src/pages/__snapshots__/GettingStarted.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,23 @@ exports[`GettingStarted page initially renders documentation 1`] = `
</h2>
<ul>
<li>
TensorFlow Extended (TFX) end-to-end ML Pipeline Template (
TensorFlow Extended (TFX)
<a
class="link"
href="https://www.tensorflow.org/tfx/guide"
rel="noopener"
target="_blank"
>
SDK
</a>
with end-to-end ML Pipeline Template (
<a
class="link"
href="https://console.cloud.google.com/mlengine/notebooks/deploy-notebook?q=download_url%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Ftensorflow%252Ftfx%252Fmaster%252Fdocs%252Ftutorials%252Ftfx%252Ftemplate.ipynb"
rel="noopener"
target="_blank"
>
Open Notebook
Open TF 2.1 Notebook
</a>
)
</li>
Expand Down

0 comments on commit 0d96b2c

Please sign in to comment.