summaryrefslogtreecommitdiff
path: root/fun_tools
diff options
context:
space:
mode:
Diffstat (limited to 'fun_tools')
-rw-r--r--fun_tools/jupyter_extentisons.md6
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
```