From d595a040ddad17ca41a136d662d231632b59b964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=91=E9=9C=89=E7=9A=84=E6=A9=84=E6=A6=84=E6=9E=9C?= Date: Tue, 7 Jul 2020 15:16:44 +0800 Subject: [PATCH] Update and rename git-npm-jupyter.rtf to git-npm-jupyter.py --- git-npm-jupyter.rtf => git-npm-jupyter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename git-npm-jupyter.rtf => git-npm-jupyter.py (97%) diff --git a/git-npm-jupyter.rtf b/git-npm-jupyter.py similarity index 97% rename from git-npm-jupyter.rtf rename to git-npm-jupyter.py index 9e7e65c..c5c71a5 100644 --- a/git-npm-jupyter.rtf +++ b/git-npm-jupyter.py @@ -1,6 +1,6 @@ ### git -git init +'''git init git add . git commit -m "first commit" git remote add origin https://github.com/hoochanlon/private.git //远程链接 @@ -45,4 +45,4 @@ example: `pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple` -`pip3 install jupyter -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com` +`pip3 install jupyter -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com`'''