{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# TEST\n", "testing something long and hard to process testing something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to processtesting something long and hard to process\n", "\n", "## LISTS\n", "- a List\n", "- of ITEMS\n", "\n", "# Another top level" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "a = \"\"\"More code testing something long and hard to processtesting something long and hard to process\n", "testing something long and hard to process\n", "testing something long and hard to process\n", "testing something long and hard to process\n", "testing something long and hard to process\"\"\"\n", "\n", "def someFunction():\n", " return a\n", "\n", "print(a)" ] } ], "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.3" } }, "nbformat": 4, "nbformat_minor": 2 }