Skip to content

Commit

Permalink
update linked versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex committed Jul 22, 2019
1 parent b7df077 commit 1145aa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions colab_facets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"jsonstr = train_data.to_json(orient='records')\n",
"HTML_TEMPLATE = \"\"\"\n",
" <script src=\"https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/webcomponents-lite.js\"></script>\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/master/facets-dist/facets-jupyter.html\">\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/1.0.0/facets-dist/facets-jupyter.html\">\n",
" <facets-dive id=\"elem\" height=\"600\"></facets-dive>\n",
" <script>\n",
" var data = {jsonstr};\n",
Expand Down Expand Up @@ -117,7 +117,7 @@
"\n",
"HTML_TEMPLATE = \"\"\"\n",
" <script src=\"https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/webcomponents-lite.js\"></script>\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/master/facets-dist/facets-jupyter.html\" >\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/1.0.0/facets-dist/facets-jupyter.html\" >\n",
" <facets-overview id=\"elem\"></facets-overview>\n",
" <script>\n",
" document.querySelector(\"#elem\").protoInput = \"{protostr}\";\n",
Expand Down
2 changes: 1 addition & 1 deletion facets_dive/Dive_demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion facets_overview/Overview_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"\n",
"HTML_TEMPLATE = \"\"\"\n",
" <script src=\"https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/webcomponents-lite.js\"></script>\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/master/facets-dist/facets-jupyter.html\" >\n",
" <link rel=\"import\" href=\"https://raw.githubusercontent.com/PAIR-code/facets/1.0.0/facets-dist/facets-jupyter.html\" >\n",
" <facets-overview id=\"elem\"></facets-overview>\n",
" <script>\n",
" document.querySelector(\"#elem\").protoInput = \"{protostr}\";\n",
Expand Down

0 comments on commit 1145aa4

Please sign in to comment.