# global reference to neo4j-driver (will be initialized in .onLoad)
neo4jPy <- NULL
.onLoad <- function(libname, pkgname) {
# use superassignment to update global reference to neo4j python driver
neo4jPy <<- reticulate::import("neo4j.v1", delay_load = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.