{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "parameters" ] }, "outputs": [], "source": [ "flex_subtitle = \"built using jupyter-flex\"\n", "flex_external_link = \"https://github.com/danielfrg/jupyter-flex/blob/master/examples/layouts/section-columns.ipynb\"\n", "\n", "flex_show_source = True" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Column 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Column 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 1 - col 1\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "tabs" ] }, "source": [ "## Column 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Column 2 - Card 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 1 - col 2 - card 1\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Column 2 - Card 2" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 1 - col 2 - card 2\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "orientation=rows" ] }, "source": [ "# Page 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Row 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Row 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 2 - row 1\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "tabs" ] }, "source": [ "## Row 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 2 - row 2 - card 1\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 2" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"page 2 - row 2 - card 2\"" ] } ], "metadata": { "celltoolbar": "Tags", "kernelspec": { "display_name": "Python 3 (ipykernel)", "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.8.10" } }, "nbformat": 4, "nbformat_minor": 4 }