Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 590 Bytes

File metadata and controls

21 lines (14 loc) · 590 Bytes

arxiv_pkg_analysis

An analysis of packages discussed, presented, mentioned in arxiv.

Github Pages URL: https://saintrod.github.io/arxiv_pkg_analysis/{.external target="_blank"}.

Software

  • Python 3.10
    • arxiv
    • plotnine
    • polars
  • Quarto 15

Other

To replicate:

  1. Create a virtual environment (e.g., python3.10 -m venv .venv)
  2. Activate the virtual environment (e.g., source .venv/bin/activate)
  3. Use pip to install the project packages via the requirements.txt file (e.g., pip install -r requirements.txt)