diff --git a/notebooks_tsqr/NightLog.ipynb b/notebooks_tsqr/NightLog.ipynb index 79e4c64..54b4b69 100644 --- a/notebooks_tsqr/NightLog.ipynb +++ b/notebooks_tsqr/NightLog.ipynb @@ -67,7 +67,16 @@ "\n", " lrversion = lsst.ts.logging_and_reporting.version.__version__\n", "except:\n", - " lrversion = \"LIVE\"" + " lrversion = \"LIVE\"\n", + "\n", + "try:\n", + " from lsst.summit.utils import ConsDbClient\n", + "\n", + " have_consdb = True\n", + "except:\n", + " have_consdb = False\n", + "\n", + "print(f\"{have_consdb = }\")" ] }, { @@ -411,9 +420,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "LSST", "language": "python", - "name": "python3" + "name": "lsst" }, "language_info": { "codemirror_mode": {