Skip to content

Commit 187fb56

Browse files
jkrickjaladh-singhal
authored andcommitted
Apply suggestions from code review
Co-authored-by: Jaladh Singhal <jaladhsinghal@gmail.com>
1 parent 64f7dd6 commit 187fb56

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

tutorials/irsa-sia-examples/sia_allwise_atlas.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ hdulist.info()
144144
```
145145

146146
```{code-cell} ipython3
147-
# Open a Firefly viewer in a tab within jupyterlab.
148-
fc = FireflyClient.make_lab_client()
147+
# Uncomment when opening a Firefly viewer in a tab within Jupyter Lab with jupyter_firefly_extensions installed
148+
# 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")
149152
150153
# Visualize an image by sending its URL to the viewer.
151154
fc.show_fits_image(file_input=image_url,

0 commit comments

Comments
 (0)