Skip to main content
App version: 3.4.7

with_project()

Python package: neptune-fetcher

Copies the context and overwrites the project field with the provided project.

Parameters

NameTypeDescription
projectstr, optionalName of a project in the form workspace-name/project-name.

Example

import neptune_fetcher.alpha as npt


my_secondary_project = npt.get_context().with_project("team-beta/project-y")

npt.list_experiments(experiments=r"exp_.*", context=my_secondary_project)