diff --git a/06-matplotlib/06.04-working-with-text---math-expression.ipynb b/06-matplotlib/06.04-working-with-text---math-expression.ipynb index a36032f6..e968e039 100644 --- a/06-matplotlib/06.04-working-with-text---math-expression.ipynb +++ b/06-matplotlib/06.04-working-with-text---math-expression.ipynb @@ -208,7 +208,7 @@ "`\\grave a`| $\\grave a$\n", "`\\hat a`| $\\hat a$\n", "`\\tilde a` | $\\tilde a$\n", - "`\\4vec a` | $\\vec a$\n", + "`\\vec a` | $\\vec a$\n", "`\\overline{abc}`|$\\overline{abc}$\n", "`\\widehat{xyz}`|$\\widehat{xyz}$\n", "`\\widetilde{xyz}`|$\\widetilde{xyz}$" diff --git a/06-matplotlib/06.09-do-not-trust-the-defaults.ipynb b/06-matplotlib/06.09-do-not-trust-the-defaults.ipynb index 2e050f92..8d2b1835 100644 --- a/06-matplotlib/06.09-do-not-trust-the-defaults.ipynb +++ b/06-matplotlib/06.09-do-not-trust-the-defaults.ipynb @@ -571,7 +571,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "我们可以使用 `anotate` 函数来注释特殊的点,假设我们要显示的点是 $2\\pi/3$:" + "我们可以使用 `annotate` 函数来注释特殊的点,假设我们要显示的点是 $2\\pi/3$:" ] }, { diff --git a/README.md b/README.md index 1747797c..b4e87c1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - [![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python) # 中文 Python 笔记 @@ -13,11 +12,16 @@ `Github` 加载 `.ipynb` 的速度较慢,建议在 [Nbviewer](http://nbviewer.ipython.org/github/lijin-THU/notes-python/blob/master/index.ipynb) 中查看该项目。 -基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版,京东自营链接: +基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版。 +京东自营链接: https://item.jd.com/12328920.html -![](book.jpg) +天猫、亚马逊、当当均有销售。 + +**打赏一下意思意思?** + +![](payment.jpeg) --- @@ -31,14 +35,14 @@ https://item.jd.com/12328920.html 推荐使用 [Anaconda](http://www.continuum.io/downloads),这个IDE集成了大部分常用的包。 -笔记内容使用 `ipython notebook` 来展示。 +笔记内容使用 `jupyter notebook` 来展示。 安装好 `Python` 和相应的包之后,可以在命令行下输入: ``` -$ ipython notebook +$ jupyter notebook ``` -来进入 `ipython notebook`。 +来进入 `jupyter notebook`。 ---- @@ -224,13 +228,4 @@ conda update anaconda - [12. **Pandas**](12-pandas) - [12.01 十分钟上手 Pandas](12-pandas/12.01-ten-minutes-to-pandas.ipynb) - [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb) - - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb) - -觉得有用打赏一下? - -![](payment.jpeg) - - -打个广告: - -- 基于本笔记第一二节录制的视频:[Python小白入门课视频教学](http://www.softlinkonline.cn/zhibo.html?id=43) + - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb) \ No newline at end of file diff --git a/book.jpg b/book.jpg deleted file mode 100644 index 6101621d..00000000 Binary files a/book.jpg and /dev/null differ diff --git a/index.ipynb b/index.ipynb index 65063730..3b7091da 100644 --- a/index.ipynb +++ b/index.ipynb @@ -4,20 +4,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# 中文 Python 笔记" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "[![Analytics](https://ga-beacon.appspot.com/UA-80121379-2/notes-python)](https://github.com/lijin-thu/notes-python)\n", + "\n", + "# 中文 Python 笔记\n", + "\n", "> 版本:0.0.1
\n", "> 作者:李金
\n", "> 邮件:lijinwithyou@gmail.com
\n", @@ -28,17 +18,13 @@ "\n", "`Github` 加载 `.ipynb` 的速度较慢,建议在 [Nbviewer](http://nbviewer.ipython.org/github/lijin-THU/notes-python/blob/master/index.ipynb) 中查看该项目。\n", "\n", - "基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版,京东自营链接:\n", + "基于本笔记的实体书:《自学Python——编程基础、科学计算及数据分析》已经出版。\n", "\n", + "京东自营链接:\n", "https://item.jd.com/12328920.html\n", "\n", - "![](book.jpg)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "天猫、亚马逊、当当均有销售。\n", + "\n", "---\n", "\n", "## 简介\n", @@ -51,20 +37,15 @@ "\n", "推荐使用 [Anaconda](http://www.continuum.io/downloads),这个IDE集成了大部分常用的包。\n", "\n", - "笔记内容使用 `ipython notebook` 来展示。\n", + "笔记内容使用 `jupyter notebook` 来展示。\n", "\n", "安装好 `Python` 和相应的包之后,可以在命令行下输入:\n", "\n", "```\n", - "$ ipython notebook\n", + "$ jupyter notebook\n", "```\n", - "来进入 `ipython notebook`。" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "来进入 `jupyter notebook`。\n", + "\n", "----\n", "\n", "## 基本环境配置\n", @@ -75,13 +56,8 @@ "``` \n", "conda update conda\n", "conda update anaconda\n", - "```" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "```\n", + "\n", "---\n", "\n", "## 参考\n", @@ -92,31 +68,16 @@ "- [Deep Learning Tutorials](http://deeplearning.net/tutorial/)\n", "- [High Performance Scientific Computing](http://faculty.washington.edu/rjl/uwhpsc-coursera/index.html)\n", "- [Scipy Lectures](http://www.scipy-lectures.org/)\n", - "- [Pandas.org](http://pandas.pydata.org/pandas-docs/stable/index.html)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "- [Pandas.org](http://pandas.pydata.org/pandas-docs/stable/index.html)\n", + "\n", "----\n", "\n", - "## 目录" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "## 目录\n", + "\n", "可以在 Notebook 中打开 `generate static files.ipynb`,或者命令行中运行代码 `generate_static_files.py` 来生成静态的 HTML 文件。\n", "\n", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "---\n", + "\n", "- [01. **Python 工具**](01-python-tools)\n", "\t - [01.01 Python 简介](01-python-tools/01.01-python-overview.ipynb)\n", "\t - [01.02 Ipython 解释器](01-python-tools/01.02-ipython-interpreter.ipynb)\n", @@ -269,20 +230,11 @@ "- [12. **Pandas**](12-pandas)\n", "\t - [12.01 十分钟上手 Pandas](12-pandas/12.01-ten-minutes-to-pandas.ipynb)\n", "\t - [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb)\n", - "\t - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "觉得有用打赏一下?\n", - "\n", - "![](payment.jpeg)\n", - "\n", - "打个广告:\n", + "\t - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb)\n", + " \n", + "**打赏一下意思意思?**\n", "\n", - "- 基于本笔记第一二节录制的视频:[Python小白入门课视频教学](http://www.softlinkonline.cn/zhibo.html?id=43)" + "![](payment.jpeg)" ] } ], @@ -302,7 +254,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.14" + "version": "2.7.15" } }, "nbformat": 4, diff --git a/index.md b/index.md index fe7faccd..14a45561 100644 --- a/index.md +++ b/index.md @@ -150,4 +150,4 @@ - [12. **Pandas**](12-pandas) - [12.01 十分钟上手 Pandas](12-pandas/12.01-ten-minutes-to-pandas.ipynb) - [12.02 一维数据结构:Series](12-pandas/12.02-series-in-pandas.ipynb) - - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb) + - [12.03 二维数据结构:DataFrame](12-pandas/12.03-dataframe-in-pandas.ipynb) \ No newline at end of file diff --git a/payment.jpeg b/payment.jpeg index 6bc84c4f..7dc37b8d 100644 Binary files a/payment.jpeg and b/payment.jpeg differ