Skip to content

Commit ca69524

Browse files
authored
Merge pull request #305 from TeaganKing/patch-1
Update cupid.ipynb to include instructions on failures related to cupid-analysis being installed as a kernel
2 parents d3c0ad4 + 3ddc0c5 commit ca69524

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

notebooks/diagnostics/cupid.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,22 @@
405405
"cupid-diagnostics"
406406
]
407407
},
408+
{
409+
"cell_type": "code",
410+
"execution_count": null,
411+
"id": "a61ae981-b725-4f8e-a08e-84f8c6c63697",
412+
"metadata": {
413+
"scrolled": true
414+
},
415+
"outputs": [],
416+
"source": [
417+
"# sometimes users report that the conda environment was not found. IF this happens, run the following lines and then continue:\n",
418+
"conda activate cupid-analysis\n",
419+
"python -m ipykernel install --user --name=cupid-analysis\n",
420+
"conda activate cupid-infrastructure\n"
421+
]
422+
},
423+
408424
{
409425
"cell_type": "markdown",
410426
"id": "47b2e3aa",

0 commit comments

Comments
 (0)