Skip to content

Commit 30eb90d

Browse files
feat: enhance loading hint
1 parent 15b840a commit 30eb90d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pygwalker/templates/pygwalker_main_page.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
{% if component_url == "" %}
88
<body>
99
<div id="{{ gwalker.id }}" class="gwalker-container">
10-
Loading Graphic-Walker UI...
10+
<h3>
11+
Loading Graphic-Walker UI...
12+
</h3>
13+
<p>If the loading process consistently fails to complete, install/upgarde the ipywidgets package using</p>
14+
<code>pip install --upgrade ipywidgets</code>
15+
1116
</div>
1217
<script>
1318
var gw_script = "{{ gwalker.gw_script }}";

0 commit comments

Comments
 (0)