Skip to content

Instantly share code, notes, and snippets.

@hankcs
Last active March 24, 2022 17:04
Show Gist options
  • Save hankcs/068878c5fb52ee1ac384effab070ed79 to your computer and use it in GitHub Desktop.
Save hankcs/068878c5fb52ee1ac384effab070ed79 to your computer and use it in GitHub Desktop.
test_jupyter
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "test.ipynb",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "qzzlzaVm4gPe",
"outputId": "6ac7ecba-807c-4d5b-ae37-8595efefba8a"
},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"hello\n"
]
}
],
"source": [
"print('hello')"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment