Sample Code:
citation_network = litstudy.network.build_citation_network(docs)
litstudy.plot_network(citation_network, file_name ='network.html')
Error Output:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[50], line 2
1 citation_network = litstudy.network.build_citation_network(docs)
----> 2 litstudy.plot_network(citation_network, file_name ='network.html')
TypeError: plot_network() got an unexpected keyword argument 'file_name'
This probalbly also applies to other plots, where the parameter is used. Thus this would need to be tested.
Also: The entire plot seems bugged, where any parameter you give it does not change the output. This issue can also apply to other network