Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswex authored Feb 10, 2020
1 parent f37abb6 commit 7dcb006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion facets_overview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ Example code (continued from above example):
from IPython.core.display import display, HTML
import base64
protostr = base64.b64encode(proto.SerializeToString()).decode("utf-8")
HTML_TEMPLATE = """<link rel="import" href="/nbextensions/facets-dist/facets-jupyter.html" >
HTML_TEMPLATE = """
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.3.3/webcomponents-lite.js"></script>
<link rel="import" href="/nbextensions/facets-dist/facets-jupyter.html" >
<facets-overview id="elem"></facets-overview>
<script>
document.querySelector("#elem").protoInput = "{protostr}";
Expand Down

0 comments on commit 7dcb006

Please sign in to comment.