neptune-notebooks
) Python package includes:neptune-notebooks
extension:neptune-notebooks
, which includes:neptune-client
package is a dependencyneptune-client
. neptune-notebooks
extension was successfully installed:neptune.init()
, your notebook checkpoint gets uploaded to Neptune and connected to that Neptune run.notebook sync
command.notebook sync
command lets you create new notebooks in Neptune or update existing ones with new checkpoints. neptune-notebooks
Jupyter extension whenever you can and only using the command line interface when necessary.NEPTUNE_API_TOKEN
as an environment variable. You can do this in either of two ways:~/.bashrc
or ~/.bash_profile
file.export NEPTUNE_API_TOKEN='YOUR_LONG_API_TOKEN'
line to your ~/.bashrc
or ~/.bash_profile
file is the recommended method to ensure it remains secret.--project
(optional)NEPTUNE_PROJECT
environment variable is set, this command overrides the environment variable.--new
(optional)--update
(optional)