https://github.com/MDverse/mdda
Tip revision: 2a34d2207b68372c91391a9afeb5c8750ad85dba authored by Pierre Poulain on 05 February 2023, 17:14:47 UTC
Add new sankey graph with plotly
Add new sankey graph with plotly
Tip revision: 2a34d22
.gitignore
# Data files
*.tsv
data/*
!data/.gitkeep
# Result outputs
notebooks/*.html
!notebooks/paper_stats_and_figures_2023-04-23.html
notebooks/fig/*.png
notebooks/fig/*.svg
results/
results.zip
# dev / test files
dev*
# credential file
.env
# Byte-compiled Python files
__pycache__/
# Jupyter notebook checkpoints
.ipynb_checkpoints
# MAC tmp files
.DS_Store