conda create --name edgar python
conda activate edgar
git clone https://github.com/rs-kellogg/edgar2data.git
cd edgar2data
pip install .
pip install pytest
pytest
edgar2data --help
uvicorn edgar.api:app
pip install jupyter RISE
jupyter notebook notebooks/edgar_overview.ipynb
pip install voila
voila --template=reveal notebooks/edgar_overview.ipynb