From aeecfe4b35436d5a1322d136893fa0cb5e3205cc Mon Sep 17 00:00:00 2001 From: QuakeWang <45645138+QuakeWang@users.noreply.github.com> Date: Wed, 20 Jan 2021 15:51:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Jupyter=20notebook=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E4=B8=8A=E6=89=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改运行 Jupyter notebook命令行 --- ...notebook\345\277\253\351\200\237\344\270\212\346\211\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\346\225\260\346\215\256\345\210\206\346\236\220\344\270\216\345\217\257\350\247\206\345\214\226\345\256\236\346\210\230\346\241\210\344\276\213\357\274\232\345\255\246\344\271\240\346\227\266\351\227\264\344\270\216\346\210\220\347\273\251\347\232\204\345\205\263\347\263\273\357\274\210\347\272\277\346\200\247\345\233\236\345\275\222\357\274\211/Jupyter notebook\345\277\253\351\200\237\344\270\212\346\211\213.md" "b/\346\225\260\346\215\256\345\210\206\346\236\220\344\270\216\345\217\257\350\247\206\345\214\226\345\256\236\346\210\230\346\241\210\344\276\213\357\274\232\345\255\246\344\271\240\346\227\266\351\227\264\344\270\216\346\210\220\347\273\251\347\232\204\345\205\263\347\263\273\357\274\210\347\272\277\346\200\247\345\233\236\345\275\222\357\274\211/Jupyter notebook\345\277\253\351\200\237\344\270\212\346\211\213.md" index 5584c2f..19ab779 100644 --- "a/\346\225\260\346\215\256\345\210\206\346\236\220\344\270\216\345\217\257\350\247\206\345\214\226\345\256\236\346\210\230\346\241\210\344\276\213\357\274\232\345\255\246\344\271\240\346\227\266\351\227\264\344\270\216\346\210\220\347\273\251\347\232\204\345\205\263\347\263\273\357\274\210\347\272\277\346\200\247\345\233\236\345\275\222\357\274\211/Jupyter notebook\345\277\253\351\200\237\344\270\212\346\211\213.md" +++ "b/\346\225\260\346\215\256\345\210\206\346\236\220\344\270\216\345\217\257\350\247\206\345\214\226\345\256\236\346\210\230\346\241\210\344\276\213\357\274\232\345\255\246\344\271\240\346\227\266\351\227\264\344\270\216\346\210\220\347\273\251\347\232\204\345\205\263\347\263\273\357\274\210\347\272\277\346\200\247\345\233\236\345\275\222\357\274\211/Jupyter notebook\345\277\253\351\200\237\344\270\212\346\211\213.md" @@ -68,7 +68,7 @@ pip install jupyter -i https://pypi.tuna.tsinghua.edu.cn/simple ## 运行Jupyter notebook -打开命令行,输入`jupter notebook`,回车。稍等片刻即可跳出浏览器网页。 +打开命令行,输入`jupyter notebook`,回车。稍等片刻即可跳出浏览器网页。 ![jupyter notebook打开界面](https://upload-images.jianshu.io/upload_images/13714448-803f32720cf0278e.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)