with_project()
Python package: neptune-fetcher
Copies the context and overwrites the project
field with the provided project.
Parameters
Name | Type | Description |
---|---|---|
project | str , optional | Name 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)