CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
215 stars 46 forks source link

Remove hard dependency on GraphNeuralNetworks from Pluto Notebooks #204

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 2 years ago

Currently, GraphNeuralNetworks.jl is added as a local package in notebooks . This can hinder users from running the notebook just after downloading. So, we should use the upstream GraphNeuralNetworks.jl for our tutorials.

If building from local is absolutely needed we can find a way around to dev the packages during CI build.

Dsantra92 commented 1 year ago

Resolved via https://github.com/CarloLucibello/GraphNeuralNetworks.jl/pull/206.