We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e4f0a commit deeb62cCopy full SHA for deeb62c
demo-notebooks/interactive/local_interactive.ipynb
@@ -14,6 +14,22 @@
14
"from codeflare_sdk.cluster.auth import TokenAuthentication"
15
]
16
},
17
+ {
18
+ "cell_type": "code",
19
+ "execution_count": null,
20
+ "id": "2cc66278",
21
+ "metadata": {},
22
+ "outputs": [],
23
+ "source": [
24
+ "# Create authentication object and log in to desired user account (if not already authenticated)\n",
25
+ "auth = TokenAuthentication(\n",
26
+ " token = \"XXXX\",\n",
27
+ " server = \"XXXX\",\n",
28
+ " skip_tls = False\n",
29
+ ")\n",
30
+ "auth.login()"
31
+ ]
32
+ },
33
{
34
"cell_type": "code",
35
"execution_count": 2,
@@ -73,6 +89,7 @@
73
89
74
90
75
91
92
+ "attachments": {},
76
93
"cell_type": "markdown",
77
94
"id": "12eef53c",
78
95
"metadata": {},
0 commit comments