Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.21 KB

File metadata and controls

29 lines (19 loc) · 1.21 KB

Female-Labour-Participation-Rates-around-the-globe

I'm analysing global female labour participation rates. I answer the question if any world region's female labour participation rates outperform other regions. Further I'm analysing whether a country's economic situation drives female employment participation.

Installation

Install python3 and packages using conda package manager

$ conda install pandas numpy python=3.6 matplotlib seaborn

Install Jupyter Notebook

You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.

For a local installation, make sure you have pip installed and run:

$ pip install notebook

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

$ jupyter notebook

Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.