/GraphLearning

Explore the state-of-the-art graph learning algorithms

Primary LanguageJupyter NotebookMIT LicenseMIT

GraphLearning

Explore the state-of-the-art graph learning algorithms

Environment set up

  1. Intall Miniconda
  2. Create a new cond env. Add the following config to ~/.condarc
auto_activate_base: false
auto_update_conda: false
  1. Install DGL
  2. Install pyG
  3. Register conda env in jupter notebook kernel
conda install ipykernel
[Register] ipython kernel install --user --name=new-env
[Unregister] jupyter kernelspec uninstall new-env