|
@@ -35,7 +35,7 @@ def proc_row(row):
|
|
|
else:
|
|
|
kwdict[elmt]+=1
|
|
|
|
|
|
-with codecs.open('C:\\tmp\\test.csv', 'r','utf-16') as csvfile:
|
|
|
+with codecs.open('C:\\tmp\\test9.csv', 'r','utf-16') as csvfile:
|
|
|
spamreader = csv.reader(csvfile, delimiter='\t', quotechar='|')
|
|
|
kwdict={}
|
|
|
addict={}
|
|
@@ -71,7 +71,7 @@ for k1 in keys:
|
|
|
G.add_edge(k1,k2,weight=1,label='')
|
|
|
|
|
|
|
|
|
-pyG = Network(height="600px", width="100%", bgcolor="#444444", font_color="white")
|
|
|
+pyG = Network(height="900px", width="100%", bgcolor="#444444", font_color="white")
|
|
|
pyG.set_options("""
|
|
|
const options = {
|
|
|
"nodes" : {
|