set_project()
Python package: neptune-fetcher
Sets the project in the context.
Returns the set context.
Parameters
project
str
optional
Name of a project in the form workspace-name/project-name
.
Example
import neptune_fetcher.alpha as npt
npt.set_project("team-alpha/project-y")