GRAPHADON

Repository for the 2024 Graphadon practical session on Graph Neural Networks

Venv configuration

To make this practical course working correctly, please install the following venv using poetry :

$> export POETRY_VIRTUALENVS_IN_PROJECT=1; poetry install

$> poetry run python -m ipykernel install --name "graphadon" --user

$> poetry run python

$> import torch

$> import torch_geometric

$> import networkx

If no errors, everything is ok. If you have some errors :

Now you should be able to launch a notebook :

$> poetry run jupyter notebook

and choose the graphadon kernel.