mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Fix @nbollweg comments
This commit is contained in:
parent
8b202574ef
commit
33a58c8bcb
@ -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",
|
||||
"```"
|
||||
|
Loading…
Reference in New Issue
Block a user