{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": { "scrolled": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "asdf\n", "CPU times: user 132 µs, sys: 57 µs, total: 189 µs\n", "Wall time: 188 µs\n" ] } ], "source": [ "%%time\n", "\n", "print('asdf')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Thanks for jupytext!" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "jupytext_format_version": "1.1", "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.5.3" } }, "nbformat": 4, "nbformat_minor": 2 }