{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": ["# Flyfish Notebook Sample\n", "This notebook is rendered as highlighted JSON for safe preview."] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": ["formats = ['pdf', 'docx', 'geojson']\n", "print(len(formats))"] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" } }, "nbformat": 4, "nbformat_minor": 5 }