Skip to content

Commit 35688a1

Browse files
Move capture up
1 parent 3ee0627 commit 35688a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/basic_usage.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
},
3030
{
3131
"cell_type": "code",
32-
"execution_count": 1,
32+
"execution_count": null,
3333
"metadata": {
3434
"id": "XSCBJ_S4XvDe"
3535
},
3636
"outputs": [],
3737
"source": [
38+
"%%capture\n",
3839
"if 'google.colab' in str(get_ipython()):\n",
39-
" %%capture\n",
4040
" # Install packages\n",
4141
" %pip install harmonic emcee getdist"
4242
]

0 commit comments

Comments
 (0)