{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "parameters" ] }, "outputs": [], "source": [ "flex_orientation = \"rows\"\n", "flex_source_code = \"https://github.com/danielfrg/jupyter-flex/blob/master/examples/layouts/section-tabs-rows.ipynb\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "tabs" ] }, "source": [ "## Row 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### First" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "chart" ] }, "outputs": [], "source": [ "1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Second" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "chart" ] }, "outputs": [], "source": [ "2" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "tabs", "no-nav-fill", "no-fade" ] }, "source": [ "## Row 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### A" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "chart" ] }, "outputs": [], "source": [ "\"A\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### B" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "chart" ] }, "outputs": [], "source": [ "\"B\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### C" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "chart" ] }, "outputs": [], "source": [ "\"C\"" ] } ], "metadata": { "celltoolbar": "Tags", "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.6" } }, "nbformat": 4, "nbformat_minor": 4 }