Skip to content

Commit

Permalink
Fixes #46 - lineage graph does not work from JupyterHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed Nov 14, 2019
1 parent 2b4be46 commit 01013e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataworkspaces/third_party/lineage_graph_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<body>
<svg width="${WIDTH}" height="${HEIGHT}"></svg>

<script src="http://d3js.org/d3.v4.min.js" type="text/javascript"></script>
<script src="http://d3js.org/d3-selection-multi.v1.js"></script>
<script src="https://d3js.org/d3.v4.min.js" type="text/javascript"></script>
<script src="https://d3js.org/d3-selection-multi.v1.js"></script>

<script type="text/javascript">

Expand Down

0 comments on commit 01013e3

Please sign in to comment.