Make sure you have installed the Notebook extension:
pip install neptune-notebooks
then enable the extension for your Jupyter:
jupyter nbextension enable --py neptune-notebooks
Don’t forget to install Neptune client:
pip install neptune-client
conda install -c conda-forge neptune-client
Enable extension for your Jupyter:
jupyter nbextension enable --py neptune-notebooks
In Jupyter, click Connect to Neptune.
Click Checkpoint.
Bottom drop-down is your current project.
Log in to Neptune.
In the upper right corner of the UI, click the avatar, and then click Get API Token to copy the token to the clipboard.
Most likely, you restarted the kernel. If that is the case, the runs are not associated with the notebook.
In Jupyter, click Activate.