Russell Jarvis

Results 7 comments of Russell Jarvis

Hi, I made a lot of progress with using `streamlit` and scholar.py together. https://github.com/russelljjarvis/ScienceAccess It's a work in progress. Actually gets stats on texts scraped from GScholar.r Streamlit almost writes...

AOK Thanks for all the feedback, I will work on resolving issues in the next month.

> Hi @russelljjarvis, could you also bring this branch up to date with master? It seems too complex for github to resolve the issues automatically. > Thx. Merged into master.

I think the PR is almost there. Two outstanding tasks are. *1. Solving tox errors (do you see these on your end?): ``` ERROR: py3-unit: commands failed ERROR: py3-functional: commands...

I can get this tox.ini file to execute cleanly on an isolated Continuous Integration job. I am having trouble figuring out how to get the BluePyOpt@origin/master tox.ini file to run...

Oh cool. Thanks @behinger

I agree with @mgeplf airspeed velocity could help. Also I have achieved C speed code in python by combining [numba](https://numba.pydata.org/) with numpy. Its a bit tedious, and I doubt people...