Fix @nbollweg comments

This commit is contained in:
Carol Willing 2016-03-14 11:45:17 -07:00
parent 8b202574ef
commit 33a58c8bcb

View File

@ -83,7 +83,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"If a package also has nbextension with frontend assets that must be available (but not neccessarily enabled by default), install these assets with the following command:\n",
"If a package also has an nbextension with frontend assets that must be available (but not neccessarily enabled by default), install these assets with the following command:\n",
"```shell\n",
"jupyter nbextension install --py helpful_package --user # or --sys-prefix if using virtualenv or conda\n",
"```"
@ -94,7 +94,7 @@
"metadata": {},
"source": [
"### Enable nbextension assets\n",
"If a package has extensions that are required in the browser but do not need user interaction to enable or set options, the following command can be used to enable:\n",
"If a package has assets that should be loaded every time a Jupyter app (e.g. lab, notebook, dashboard, terminal) is loaded in the browser, the following command can be used to enable the nbextension:\n",
"```shell\n",
"jupyter nbextension enable --py helpful_package --user # or --sys-prefix if using virtualenv or conda\n",
"```"