Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 684 Bytes

NLP and Data Journalism

Binder

Local install and running of notebooks

  1. Download and install newest anaconda for Python 3.7
  2. Activate your conda base environment conda activate base
  3. Clone this repository git clone https://github.com/simon-clematide/nlp-and-data-journalism.git
  4. cd nlp-and-data-journalism
  5. Create your own virtual environment:
    1. python3 -mvenv venv
    2. source venv/bin/activate
    3. python3 -mpip install -r requirements.txt
  6. Start Jupyter notebook server: jupyter notebook