Reviewing data about unemployment claims in 2019 and 2020.
See results from the Jupyter Lab in pdf form.
Use the command line or launch using your Anaconda Navigator.
jupyter-lab
The easiest setup may be to install Anaconda.
Once installed, open the application and then navigate to this repository.
Then open the unemployment.ipynb
and run/edit in the browser.
pip install jupyterlab
Anaconda seems to be the easiest way to get dependencies installed (they continue to fail for me with just a pip install
)