We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f7dd6 commit 187fb56Copy full SHA for 187fb56
1 file changed
tutorials/irsa-sia-examples/sia_allwise_atlas.md
@@ -144,8 +144,11 @@ hdulist.info()
144
```
145
146
```{code-cell} ipython3
147
-# Open a Firefly viewer in a tab within jupyterlab.
148
-fc = FireflyClient.make_lab_client()
+# Uncomment when opening a Firefly viewer in a tab within Jupyter Lab with jupyter_firefly_extensions installed
+# fc = FireflyClient.make_lab_client()
149
+
150
+# Uncomment when opening Firefly viewer in contexts other than the above
151
+fc = FireflyClient.make_client(url="https://irsa.ipac.caltech.edu/irsaviewer")
152
153
# Visualize an image by sending its URL to the viewer.
154
fc.show_fits_image(file_input=image_url,
0 commit comments