Skip to content

Commit

Permalink
content
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Sep 6, 2020
1 parent d9637ba commit d159ddf
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions notebooks/1-extensions.md.ipynb
Expand Up @@ -5,21 +5,12 @@
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"INDENTED CODE IS EXECUTED\n"
]
},
{
"data": {
"text/markdown": [
"# Exploring extensions\n",
"\n",
"All of the cells accept markdown.\n",
"\n",
" print(\"indented code is executed\".upper())"
"All of the cells accept markdown."
],
"text/plain": [
"<IPython.core.display.Markdown object>"
Expand All @@ -32,16 +23,7 @@
"source": [
"# Exploring extensions\n",
"\n",
"All of the cells accept markdown.\n",
"\n",
" print(\"indented code is executed\".upper())"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Or just use markdown cells."
"All of the cells accept markdown."
]
},
{
Expand Down Expand Up @@ -85,7 +67,7 @@
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7ff5207c79d0>"
"<IPython.lib.display.IFrame at 0x7f63d4a72910>"
]
},
"metadata": {},
Expand All @@ -96,6 +78,17 @@
"https://jupyterlab.readthedocs.io/en/stable/user/extensions.html"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# The Command Line Interface\n",
"\n",
" !jupyter labextension list"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit d159ddf

Please sign in to comment.