Skip to content

Commit

Permalink
add authorization section
Browse files Browse the repository at this point in the history
  • Loading branch information
stargaser committed Jul 18, 2019
1 parent 455bb86 commit 114a5a9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion doc/lsst.display.firefly/defining-displays-lsp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This command is specific to the Firefly backend of the afwDisplay framework.
Defining a Display to open a browser tab
========================================

The first time that a Display object is instantiated in your Python or noteook
The first time that a Display object is instantiated in your Python or notebook
session, you can specify that a browser tab be opened. You will need to allow
pop-ups for the science platform site.

Expand All @@ -84,6 +84,15 @@ Click on the link to bring up a browser tab or window. Your browser or system
settings determine whether the link brings up a tab, or a window.


Authorizing a Display
=====================

When working inside the LSST Science Platform with default settings,
authorization of the connection to the Firefly server will be handled
automatically. If you encounter a need to pass a token for authorization,
you can pass it to the first Display instance you create, with
the ``token='' keyword parameter.
Embedding the Firefly viewer in a notebook
==========================================
Expand Down

0 comments on commit 114a5a9

Please sign in to comment.