Python libraries needed for OpenSimula:
In a clean python version:
- numpy
- pandas
- scipy
- py-expression-eval
- shapely
- psychrolib
- plotly
- dash
- dash_bootstrap_components
- dash_ag_grid
- pyvista
- trame
- trame-vtk
- trame-vuetify
- ipywidgets

For jupyter with VSC: try to run one ipynb file and VSC will isntall all packages it needed

Development tools:
- pipreqs: Revisa el código y mira que packages necesita el código
- pytest: Para ejecutar los test que se encuentran en el directorio test
- mkdocs: Para generar la documentación (mkdcos serve, mkdocs build --clean)







