Skip to content

Commit 4d81506

Browse files
committed
Add pip install blocks
1 parent fcb7870 commit 4d81506

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

notebooks/Nate/catalog_management.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
"Finally, we'll make an EventBank that lets us save, update, and query our event catalog in a systematic manner."
1717
]
1818
},
19+
{
20+
"cell_type": "code",
21+
"execution_count": null,
22+
"metadata": {},
23+
"outputs": [],
24+
"source": [
25+
"# PIP Install ObsPlus, if it isn't already loaded\n",
26+
"! pip install obsplus"
27+
]
28+
},
1929
{
2030
"cell_type": "code",
2131
"execution_count": 1,

notebooks/Nate/waveform_qc.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
" - `ws_client` (`ws_client.py`) \n"
2525
]
2626
},
27+
{
28+
"cell_type": "code",
29+
"execution_count": null,
30+
"metadata": {},
31+
"outputs": [],
32+
"source": [
33+
"# PIP Install Pyrocko if it isn't already installed\n",
34+
"! pip install pyrocko[gui]\n",
35+
"# This may be needed for the last cell (hold off for the moment)\n",
36+
"# ! pip install PyQt5"
37+
]
38+
},
2739
{
2840
"cell_type": "code",
2941
"execution_count": 1,

0 commit comments

Comments
 (0)