{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "parameters" ] }, "outputs": [], "source": [ "flex_orientation = \"rows\"\n", "flex_vertical_layout = \"fill\"\n", "flex_subtitle = \"built using jupyter-flex\"\n", "flex_source_link = \"https://github.com/danielfrg/jupyter-flex/blob/master/examples/layouts/header-columns-footer.ipynb\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "size=100" ] }, "source": [ "## Row 1" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "body", "orientation=rows" ] }, "source": [ "This is a wide header" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "orientation=columns", "size=750" ] }, "source": [ "## Row 2" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "meta", "orientation=rows" ] }, "source": [ "### Column 1" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "body" ] }, "source": [ "One markdown cell" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Output code\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "meta" ] }, "source": [ "### Column 2" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "body" ] }, "source": [ "Another MD cell" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "size=150" ] }, "source": [ "## Row 3" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Copyright" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "body" ] }, "source": [ "All rights reserved." ] } ], "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.7.8" } }, "nbformat": 4, "nbformat_minor": 4 }