Skip to content

Commit

Permalink
DOC: remove sub-section about cell magics
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 3, 2023
1 parent a619a50 commit 6c929e3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions doc/code-cells.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,28 +146,6 @@
"</div>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Cell Magics\n",
"\n",
"IPython can handle code in other languages by means of [cell magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html#cell-magics):"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%bash\n",
"for i in 1 2 3\n",
"do\n",
" echo $i\n",
"done"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 6c929e3

Please sign in to comment.