Skip to content

Commit

Permalink
Add markdown viewer (kubeflow#897)
Browse files Browse the repository at this point in the history
* working, needs tests

* tests

* add output artifact loader tests

* cleanup new experiment tests

* pr comments
  • Loading branch information
yebrahim authored and k8s-ci-robot committed Mar 5, 2019
1 parent 7737025 commit a6a07ca
Show file tree
Hide file tree
Showing 16 changed files with 628 additions and 455 deletions.
14 changes: 11 additions & 3 deletions frontend/mock-backend/model-output/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"outputs": [{
"outputs": [
{
"storage": "inline",
"source": "# Title\n[some link here](http://example.com)",
"type": "markdown"
},
{
"format": "csv",
"labels": [
"rec.sport.hockey",
Expand Down Expand Up @@ -40,11 +46,13 @@
"name": "count"
}
]
}, {
},
{
"storage": "gcs",
"source": "gs://some/path/hello-world.html",
"type": "web-app"
}, {
},
{
"storage": "gcs",
"source": "gs://some/path/hello-world-big.html",
"type": "web-app"
Expand Down
Loading

0 comments on commit a6a07ca

Please sign in to comment.