We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3c0ad4 + 3ddc0c5 commit ca69524Copy full SHA for ca69524
notebooks/diagnostics/cupid.ipynb
@@ -405,6 +405,22 @@
405
"cupid-diagnostics"
406
]
407
},
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
+
424
{
425
"cell_type": "markdown",
426
"id": "47b2e3aa",
0 commit comments