{ "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/pages.ipynb\"\n", "\n", "flex_homepage_link = \" https://jupyter-flex.danielfrg.com\"\n", "flex_show_source = True" ] }, { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "# Page 1 - Fill" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "size=8" ] }, "source": [ "## Col 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Col 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Page 1 - Col 1\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "tabs", "size=4" ] }, "source": [ "## Col 2 (tabs)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Col 2 - Tab 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Page 1 - Col 2 - Tab 1\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Col 2 - Tab 2" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Page 1 - Col 2 - Tab 2\"" ] }, { "cell_type": "markdown", "metadata": { "tags": [ "layout=scroll", "orientation=rows" ] }, "source": [ "# Page 2 - Scroll" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Row 1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Card 1\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 2" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Card 2\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 3" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Card 3\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Row 2" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 1" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"Card 1\"" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "### Card 2" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "tags": [ "body" ] }, "outputs": [], "source": [ "\"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.12" } }, "nbformat": 4, "nbformat_minor": 4 }