Ran the latest pygetpapers v20 #58
Replies: 2 comments 1 reply
-
|
Good question. You have to be in the root directory |
Beta Was this translation helpful? Give feedback.
-
|
Streamlit PS C:\Users\Asus\Desktop\streamlit> cd C:\Users\Asus\Desktop\streamlit You can now view your Streamlit app in your browser. Local URL: http://localhost:8501 Pygetpaperspygetpapers -q kangaroo -o kangaroo -k 42 -x -convert_html PS C:\Users\Asus\Desktop\pygetpapers> pygetpapers -q kangaroo -o kangaroo -k 42 -x -convert_html Both ran successfully. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows 11 | python :3.12
Ran pygetpapers latest version from
v20branchOutputs:
cmd:
cd pygetpaperscmd:
pygetpapers -q tulip -o tulip -k 42 -x --makehtmlHere I used
--makehtmlinstead of--convert_htmlcause--convert_htmlgiving some errorRead those files from output directory satisfied gave results related to query
Outputs saved in C:\Users\manda\pygetpapers\pygetpapers\tulip*\fulltext.xml
Streamlit
Tried running:
cmd:
cd pygetpapersand
streamlit run run_streamlit.pybut got error.Then tried:
cd pygetpapers-1andstreamlit run run_streamlit.pyOutput:
Also tried running another streamlit file in pygetpapers-1 i.e:
streamlit_app,pyOutput:
Doubt:Why having
run_streamlit.pyandstreamlit_app.pythat functioning similarly when ran or else these 2 files are different/dependent on eachother?Beta Was this translation helpful? Give feedback.
All reactions