Skip to content

Commit

Permalink
Add files via upload (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeli-dral committed May 23, 2024
1 parent 535c153 commit 9bbeb87
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion examples/sample_notebooks/data_and_ml_monitoring_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,22 @@
"url=\"https://app.evidently.cloud\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Create a Team"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"ws.create_team(\"My team name\", org_id=\"YOUR ORG ID HERE\")"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand All @@ -157,7 +173,7 @@
},
"outputs": [],
"source": [
"project = ws.create_project(\"My project name\") #project = ws.create_project(\"Add your project name\", team_id=\"TEAM ID\")\n",
"project = ws.create_project(\"My project name\", team_id=\"YOUR TEAM ID HERE\")\n",
"project.description = \"My project description\"\n",
"project.save()"
]
Expand Down

0 comments on commit 9bbeb87

Please sign in to comment.