Skip to content

Commit bc738a5

Browse files
committed
add restart instructions
1 parent 228426a commit bc738a5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

examples/virtual_staining/vcp_tutorials/quick_start.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
# See the [repository](https://github.com/mehta-lab/VisCy) for more details
9191
# !pip install "viscy[metrics,visual]==0.3.0rc3"
9292

93+
# %% [markdown]
94+
"""
95+
<div class="alert alert-warning">
96+
On Google Colab, please restart the session after installing dependencies.
97+
Click 'Runtime -> Restart session' in the header bar
98+
or press <kbd>⌘</kbd>/<kbd>Ctrl</kbd> + <kbd>m</kbd> <kbd>.</kbd>.
99+
</div>
100+
"""
101+
93102
# %%
94103
# Validate installation
95104
# !viscy --help
@@ -322,4 +331,4 @@ def render_rgb(image: np.ndarray, colormap: Colormap):
322331
323332
Should you have any security or privacy issues or questions related to the services,
324333
please reach out to our team at <Email to="[email protected]"/> or <Email to="[email protected]" /> respectively.
325-
"""
334+
"""

0 commit comments

Comments
 (0)