Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

Lupa-Visualization

JetBrains Research Python build

This repository contains the source code of the statistics visualizations gathered with the Lupa framework.

The collected data is located in the resources folder. You can use them for your own analysis and visualization.

Available visualizations

The visualization of the following statistics is currently available:

You can also run the visualization locally:

streamlit run src/<visualization_name>/About.py

where <visualization_name> corresponds to the name of the visualization you want to run. For example, for Python Imports <visualization_name> will be equal to python_imports.