diff --git "a/\346\235\245\350\207\252\346\226\257\345\235\246\347\246\217\347\232\204python2\345\205\245\351\227\250\346\225\231\347\250\213.ipynb" "b/\346\235\245\350\207\252\346\226\257\345\235\246\347\246\217\347\232\204python2\345\205\245\351\227\250\346\225\231\347\250\213.ipynb" index 9f46738..5b5e492 100644 --- "a/\346\235\245\350\207\252\346\226\257\345\235\246\347\246\217\347\232\204python2\345\205\245\351\227\250\346\225\231\347\250\213.ipynb" +++ "b/\346\235\245\350\207\252\346\226\257\345\235\246\347\246\217\347\232\204python2\345\205\245\351\227\250\346\225\231\347\250\213.ipynb" @@ -1,19 +1,19 @@ { - "cells": [ +!"cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ - "#coding=utf-8 " + " coding=utf-8 " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "# Python2 入门教程\n", + "! Python2 入门教程\n", "https://github.com/kuleshov/cs228-material/blob/master/tutorials/python/cs228-python-tutorial.ipynb" ] }, @@ -39,7 +39,7 @@ "source": [ "在本教程中,我们将介绍:\n", "\n", - "* Python 基础知识: 基本数据类型(容器,列表,字典,集合,元组),函数,类\n", + "! Python 基础知识: 基本数据类型(容器,列表,字典,集合,元组),函数,类\n", "* Numpy: 数组,数组索引,数据类型,数组数学,广播\n", "* Matplotlib: 绘图,子图,图像\n" ] @@ -2828,3 +2828,4 @@ "nbformat": 4, "nbformat_minor": 1 } + \ No newline at end of file