/platzi-graph

Primary LanguagePythonMIT LicenseMIT

Plazti Graph

.GIF.

How to generate the graph

  1. Install Python dependencies pip install -r requirements.txt
  2. Download the data in .csv file format python scripts/download_courses_data.py
    • (optional) Generate a .xlsx file to explore more easily Platzi's courses python scripts/generate_xlsx.py
  3. Generate the markdown files needed to create graph python scripts/generate_markdown_files.py
  4. Install Node dependencies npm install
  5. Generate the HTML with the graph npm run graph
  6. To see the graph copy the complete path of the file cosmoscope.html and paste it in the URL search bar of your browser.

Useful links