juupje / pyMogwai

PyMogwai is a Python-based implementation of the Gremlin graph traversal language, designed to create and handle knowledge graphs entirely in Python without the need for an external Gremlin server.
Apache License 2.0
2 stars 0 forks source link

fix notebooks #2

Closed WolfgangFahl closed 1 week ago

WolfgangFahl commented 3 months ago
import sys
!{sys.executable} -m pip install pyMogwai

should IMHO be added

WolfgangFahl commented 1 week ago
conda create -n mogwai_env python=3.10
conda activate mogwai_env
conda install jupyter
which dot
/opt/local/bin/dot
conda install pygraphviz
scripts/install

live_demo see live_demo.ipynb

jupyter notebook mogwai_examples/live_demo.ipynb

Sample Solution Exercise 10 Database and Information Systems Lecture RWTH Aachen i5 SS 2024 see UB-10ML-mogwai.ipynb

jupyter notebook mogwai_examples/UB-10ML-mogwai.ipynb

mogwai versus gremlin-python You might want to use https://wiki.bitplan.com/index.php/Gremlin_python and use

scripts/run -sd

To run a gremlin server in a docker environment

see mogwai.ipynb

jupyter notebook mogwai_examples/mogwai.ipynb