Last active
August 21, 2025 08:41
-
-
Save oxfordyang2016/a3cb7f6442f8a5e675e5e715823faba3 to your computer and use it in GitHub Desktop.
firstbeta.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "nbformat": 4, | |
| "nbformat_minor": 0, | |
| "metadata": { | |
| "colab": { | |
| "provenance": [], | |
| "authorship_tag": "ABX9TyNkl+wFD8rCNP6V17lmVLO0", | |
| "include_colab_link": true | |
| }, | |
| "kernelspec": { | |
| "name": "python3", | |
| "display_name": "Python 3" | |
| }, | |
| "language_info": { | |
| "name": "python" | |
| } | |
| }, | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": { | |
| "id": "view-in-github", | |
| "colab_type": "text" | |
| }, | |
| "source": [ | |
| "<a href=\"https://colab.research.google.com/gist/oxfordyang2016/a3cb7f6442f8a5e675e5e715823faba3/firstbeta.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>" | |
| ] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "source": [ | |
| "# 展开所有的文本展示" | |
| ], | |
| "metadata": { | |
| "id": "eFUtwYdrnOKh" | |
| } | |
| }, | |
| { | |
| "cell_type": "code", | |
| "execution_count": null, | |
| "metadata": { | |
| "colab": { | |
| "base_uri": "https://localhost:8080/" | |
| }, | |
| "id": "6_AzE8NmYmvp", | |
| "outputId": "b600c02e-33a0-4ce5-abe6-206b096a5a4e" | |
| }, | |
| "outputs": [ | |
| { | |
| "output_type": "stream", | |
| "name": "stdout", | |
| "text": [ | |
| "tell me youce do what?\n" | |
| ] | |
| } | |
| ], | |
| "source": [ | |
| "print(\"tell me youce do what?\")" | |
| ] | |
| }, | |
| { | |
| "cell_type": "markdown", | |
| "source": [ | |
| "<img src=\"https://rongbrain-1255367272.cos.ap-chengdu.myqcloud.com/palacios.png\"></img>" | |
| ], | |
| "metadata": { | |
| "id": "vvi619bPyZ2v" | |
| } | |
| }, | |
| { | |
| "cell_type": "code", | |
| "source": [], | |
| "metadata": { | |
| "id": "CPpNvtuVyZeG" | |
| }, | |
| "execution_count": null, | |
| "outputs": [] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment