Here is more help regarding installation.
pip install neptune-client
conda install -c conda-forge neptune-client
import neptune.new as neptune​run = neptune.init(project='', api_token='') # add your credentials
run["train/accuracy"].log(acc)run["parameters"] = paramsrun["f1_score"] = 0.81