# NOT RUN {
# }
# NOT RUN {
# We are using api token for an anonymous user neptuner.
# For your projects use your private token.
run <- neptune_init(api_token = 'ANONYMOUS',
project = "common-r/quickstarts")
run['lr'] <- 0.001
neptune_exists(run, 'lr')
neptune_exists(run, 'notlr')
# }
Run the code above in your browser using DataLab