Skip to content

Commit

Permalink
Replace zenml connect in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi committed Nov 28, 2024
1 parent c107805 commit a42d90c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions examples/quickstart/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"\n",
"assert zenml_server_url\n",
"\n",
"!zenml connect --url $zenml_server_url"
"!zenml login $zenml_server_url"
]
},
{
Expand Down Expand Up @@ -722,14 +722,6 @@
"* If you have questions or feedback... join our [**Slack Community**](https://zenml.io/slack) and become part of the ZenML family!\n",
"* If you want to quickly get started with ZenML, check out [ZenML Pro](https://zenml.io/pro)."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c560354d-9e78-4061-aaff-2e6213229911",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit a42d90c

Please sign in to comment.