|
12 | 12 | },
|
13 | 13 | {
|
14 | 14 | "cell_type": "code",
|
15 |
| - "execution_count": 1, |
16 | 15 | "id": "import",
|
17 | 16 | "metadata": {},
|
18 | 17 | "outputs": [],
|
19 | 18 | "source": [
|
20 |
| - "# Import clustrix - this automatically loads the magic command\n", |
21 |
| - "import clustrix" |
| 19 | + "# Import clustrix - this automatically loads the magic command and displays the widget\n", |
| 20 | + "import clustrix\n", |
| 21 | + "\n", |
| 22 | + "# The configuration widget should appear above when you run this cell!\n", |
| 23 | + "# It provides an interactive interface for managing cluster configurations." |
22 | 24 | ]
|
23 | 25 | },
|
24 | 26 | {
|
|
33 | 35 | },
|
34 | 36 | {
|
35 | 37 | "cell_type": "code",
|
36 |
| - "execution_count": 2, |
37 | 38 | "id": "widget",
|
38 | 39 | "metadata": {},
|
39 | 40 | "outputs": [],
|
|
44 | 45 | "# - Create new configurations\n",
|
45 | 46 | "# - Edit existing configurations \n",
|
46 | 47 | "# - Apply configurations to your session\n",
|
47 |
| - "# - Save/load configurations to/from files" |
| 48 | + "# - Save/load configurations to/from files\n", |
| 49 | + "\n", |
| 50 | + "# Widget Screenshots and Examples:\n", |
| 51 | + "# \n", |
| 52 | + "# When you run this cell, the widget will display with the default \"Local Single-core\" configuration:\n", |
| 53 | + "# \n", |
| 54 | + "#\n", |
| 55 | + "# The dropdown menu shows all available configuration templates:\n", |
| 56 | + "# \n", |
| 57 | + "#\n", |
| 58 | + "# Example SLURM cluster configuration with basic settings:\n", |
| 59 | + "# \n", |
| 60 | + "#\n", |
| 61 | + "# Advanced settings reveal additional options:\n", |
| 62 | + "# " |
48 | 63 | ]
|
49 | 64 | },
|
50 | 65 | {
|
|
81 | 96 | "- Share configurations with team members"
|
82 | 97 | ]
|
83 | 98 | },
|
| 99 | + { |
| 100 | + "cell_type": "markdown", |
| 101 | + "id": "5zfksrh87j5", |
| 102 | + "metadata": {}, |
| 103 | + "source": [ |
| 104 | + "## Cloud Provider Examples\n", |
| 105 | + "\n", |
| 106 | + "The widget includes comprehensive support for cloud providers with dynamic field visibility and intelligent defaults.\n", |
| 107 | + "\n", |
| 108 | + "### Google Cloud Platform\n", |
| 109 | + "When configuring GCP, only relevant fields are displayed:\n", |
| 110 | + "\n", |
| 111 | + "\n", |
| 112 | + "\n", |
| 113 | + "### Lambda Cloud GPU Instances\n", |
| 114 | + "The widget provides specialized support for GPU-optimized Lambda Cloud instances:\n", |
| 115 | + "\n", |
| 116 | + "\n", |
| 117 | + "\n", |
| 118 | + "### Key Cloud Features\n", |
| 119 | + "- **Dynamic Field Visibility**: Only shows fields relevant to the selected provider\n", |
| 120 | + "- **Auto-populated Dropdowns**: Instance types, regions, and zones populated automatically\n", |
| 121 | + "- **Provider-specific Options**: Each cloud provider has tailored configuration options\n", |
| 122 | + "- **Cost Monitoring**: Built-in cost tracking for all cloud providers" |
| 123 | + ] |
| 124 | + }, |
84 | 125 | {
|
85 | 126 | "cell_type": "markdown",
|
86 | 127 | "id": "example",
|
|
0 commit comments