diff options
| author | chzhang <zch921005@126.com> | 2023-03-12 14:47:18 +0800 |
|---|---|---|
| committer | chzhang <zch921005@126.com> | 2023-03-12 14:47:18 +0800 |
| commit | 761c6a5a9b3252d79cf2ff455bad6807f4e84fd7 (patch) | |
| tree | e680335e73e0112ccd03c481089b6a6d0242ad58 /fun_tools/jupyter_extentisons.md | |
| parent | f9b5b5034f13dfd2ad4c08f0b1e4c93e44cecfc0 (diff) | |
nb extension
Diffstat (limited to 'fun_tools/jupyter_extentisons.md')
| -rw-r--r-- | fun_tools/jupyter_extentisons.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fun_tools/jupyter_extentisons.md b/fun_tools/jupyter_extentisons.md index 1351cec..ca0137a 100644 --- a/fun_tools/jupyter_extentisons.md +++ b/fun_tools/jupyter_extentisons.md @@ -17,9 +17,9 @@ - 安装拓展 ``` -pip install jupyter_contrib_nbextensions -pip install jupyter_nbextensions_configurator -jupyter contrib nbextension install --user + pip install jupyter_contrib_nbextensions + pip install jupyter_nbextensions_configurator + jupyter contrib nbextension install --user ``` |
