Skip to content

Commit

Permalink
removing errors from Nightlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Sep 18, 2024
1 parent 07d264e commit a396c0c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
6 changes: 1 addition & 5 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,7 @@
"id": "21",
"metadata": {},
"outputs": [],
"source": [
"print(os.getcwd())\n",
"print(os.listdir())\n",
"%run consdb/assorted_plots.ipynb"
]
"source": []
},
{
"cell_type": "code",
Expand Down
45 changes: 15 additions & 30 deletions notebooks_tsqr/consdb/assorted_plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,15 @@
"import os\n",
"import pandas as pd\n",
"import matplotlib.pylab as plt\n",
"from IPython.display import display, Markdown, display_markdown"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2",
"metadata": {},
"outputs": [],
"source": [
"# When running under Times Square, don't install pkg from github.\n",
"print(os.environ.get('EXTERNAL_INSTANCE_URL'))\n",
"\n",
"if not os.environ.get('EXTERNAL_INSTANCE_URL'):\n",
" print('Installing \"lsst.sitcom.summit.utils\" from github using \"main\" branch....')\n",
" %pip install --upgrade git+https://github.com/lsst-sitcom/summit_utils.git@main>/dev/null\n",
"from IPython.display import display, Markdown, display_markdown\n",
"\n",
"from lsst.summit.utils import ConsDbClient"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3",
"id": "2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -60,7 +45,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "4",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -71,7 +56,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "5",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -98,7 +83,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "6",
"id": "5",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -123,7 +108,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "7",
"id": "6",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -135,7 +120,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "8",
"id": "7",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -149,7 +134,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "9",
"id": "8",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -175,7 +160,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "10",
"id": "9",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -186,7 +171,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "11",
"id": "10",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -199,39 +184,39 @@
{
"cell_type": "code",
"execution_count": null,
"id": "12",
"id": "11",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "13",
"id": "12",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "14",
"id": "13",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "15",
"id": "14",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "16",
"id": "15",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit a396c0c

Please sign in to comment.