{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [ "import IPython\n", "iframe = ''\n", "IPython.display.HTML(iframe)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "上面这段代码只是为了演示 Jupyter notebook,这些不需要掌握哦,至少不需要现在掌握" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "---" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# 童鞋们,大家好!" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "下面这行代码我们将在第3章中详细解释,保证亲一定能学得会" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true, "scrolled": true }, "outputs": [], "source": [ "print('Hello, World!')" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.6.2" } }, "nbformat": 4, "nbformat_minor": 2 }