Install Neptune#
Neptune is joining OpenAI
Neptune has entered into a definitive agreement to be acquired by OpenAI, subject to closing conditions.
We will wind down the hosted (SaaS) service after a 3‑month transition period ending on March 4th, 2026. Self-hosted customers have been contacted by their account manager to work on a smooth transition path.
For information and instructions, visit the Transition Hub on the main documentation site.
Prerequisites#
| Software | Version | Website |
|---|---|---|
| Python | 3.8+ |
python.org/downloads |
| pip | - | pip.pypa.io |
Installation#
To install the Neptune client library, open a terminal and enter the following command:
Where to enter the command
- Linux: Command line
- macOS: Terminal app
- Windows: PowerShell or Command Prompt
- Jupyter Notebook: In a cell, prefixed with an exclamation mark:
! your-command-here
Upgrading with neptune-client already installed
Important: To smoothly upgrade to the 1.0 version of the Neptune client library, first uninstall the neptune-client library and then install neptune.
Additional setup#
Make sure to save your Neptune credentials as environment variables.
Need more help with getting started?
The Neptune tutorial walks you through the complete setup process and all the Neptune essentials.
Installing from GitHub#
You can install with pip from GitHub:
You can also clone the neptune-client repository and then install with:
Installing from conda#
Neptune is not supported on conda.
Some Neptune packages are available on the conda-forge channel, but they're not actively maintained and may not work properly.