DHARPA-Project / kiara-website

Creative Commons Zero v1.0 Universal
0 stars 2 forks source link

Draft how-to for getting nodes and edges tables from network #23

Open caro401 opened 6 months ago

caro401 commented 6 months ago

This is aimed at technical users (jupyter users of the python API and/or me developing UI code).

Looking for review from @makkus that the content is technically correct, and from an end user @CBurge95 that it's clear enough (have I provided enough context for example), and addresses her original questions from #20

makkus commented 6 months ago

Ok, I've written a small jupyter notebook that contains a version where the nodes table is picked via a kiara operation as to not break lineage (attached to this comment, had to zip it otherwise github wouldn't let me add it). This should work with an updated environment that has the tropy plugin installed in the most recent version (pip install -e kiara_plugin.tropy).

notebook_example.zip