Skip to content

Commit ba6d509

Browse files
committed
sync notebook
1 parent bc738a5 commit ba6d509

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

examples/virtual_staining/vcp_tutorials/quick_start.ipynb

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,21 @@
120120
"source": [
121121
"# Install VisCy with the optional dependencies for this example\n",
122122
"# See the [repository](https://github.com/mehta-lab/VisCy) for more details\n",
123-
"!pip install \"viscy[metrics,visual]==0.3.0rc2\""
123+
"!pip install \"viscy[metrics,visual]==0.3.0rc3\""
124+
]
125+
},
126+
{
127+
"cell_type": "markdown",
128+
"id": "2ae23986",
129+
"metadata": {
130+
"cell_marker": "\"\"\""
131+
},
132+
"source": [
133+
"<div class=\"alert alert-warning\">\n",
134+
"On Google Colab, please restart the session after installing dependencies.\n",
135+
"Click 'Runtime -> Restart session' in the header bar\n",
136+
"or press <kbd>⌘</kbd>/<kbd>Ctrl</kbd> + <kbd>m</kbd> <kbd>.</kbd>.\n",
137+
"</div>"
124138
]
125139
},
126140
{
@@ -447,6 +461,22 @@
447461
"plt.tight_layout()\n",
448462
"plt.show()"
449463
]
464+
},
465+
{
466+
"cell_type": "markdown",
467+
"id": "10f8efb5",
468+
"metadata": {
469+
"cell_marker": "\"\"\""
470+
},
471+
"source": [
472+
"## Responsible Use\n",
473+
"\n",
474+
"We are committed to advancing the responsible development and use of artificial intelligence.\n",
475+
"Please follow our <Link text=\"Acceptable Use Policy\" url=\"/acceptable-use-policy\" /> when engaging with our services.\n",
476+
"\n",
477+
"Should you have any security or privacy issues or questions related to the services,\n",
478+
"please reach out to our team at <Email to=\"[email protected]\"/> or <Email to=\"[email protected]\" /> respectively."
479+
]
450480
}
451481
],
452482
"metadata": {

0 commit comments

Comments
 (0)