Update and rename git-npm-jupyter.rtf to git-npm-jupyter.py

This commit is contained in:
发霉的橄榄果
2020-07-07 15:16:44 +08:00
committed by GitHub
parent 54a4930dea
commit d595a040dd

View File

@ -1,6 +1,6 @@
### git ### git
git init '''git init
git add . git add .
git commit -m "first commit" git commit -m "first commit"
git remote add origin https://github.com/hoochanlon/private.git //远程链接 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` `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`'''