DerwenAI / kglab

Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
https://derwen.ai/docs/kgl/
MIT License
574 stars 65 forks source link

Leiden alg example doesn't work; missing recipes.ttl #204

Closed iblind closed 2 years ago

iblind commented 2 years ago

kg.load_rdf("../dat/recipes.ttl") doesn't seem to load the recipes when following the tutorial at https://derwen.ai/docs/kgl/ex6_1/

Where would I be able to find this file?

Mec-iS commented 2 years ago

please specify which operating system you are using. All the static files used in notebooks are in the dat/ directory in the project's main directory.

should be fixed by #205

Mec-iS commented 2 years ago

I guess we can close this one?

iblind commented 2 years ago

Hey there, I'm on MacOS 11.6 — I'll check whether this works for me later today!

iblind commented 2 years ago

Looks like it's working on my end, thanks @Mec-iS and @ceteri

ceteri commented 2 years ago

So glad to hear @iblind !