You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/firefly/SEDs_in_Firefly.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@ phot_tbl
553
553
554
554
This notebook assumes that [jupyter_firefly_extensions](https://github.com/Caltech-IPAC/jupyter_firefly_extensions) has been installed, and that the Firefly server to use has been specified before Jupyterlab was started.
555
555
556
-
If everything has been properly configured, executing the next cell will bring up a Firefly tab in Jupyterlab with the message "Firefly Ready":
556
+
If everything has been properly configured, executing the next cell will bring up a Firefly tab in Jupyterlab with the welcome message.
557
557
558
558
```{code-cell} ipython3
559
559
# Uncomment to use the jupyter_firefly_extensions
@@ -566,7 +566,6 @@ fc = FireflyClient.make_client(url="https://irsa.ipac.caltech.edu/irsaviewer")
566
566
In the event that there are problems with the tab opened above, run the below command to obtain a web link that can be opened in a browser directly:
567
567
568
568
```{code-cell} ipython3
569
-
# Temporary work-around to Firefly error for Slate and/or Internet connection problems
0 commit comments