Skip to content

Instantly share code, notes, and snippets.

@ericrlau
Created April 15, 2021 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericrlau/d0518a580d0fbc4c25e63cd9139f22d9 to your computer and use it in GitHub Desktop.
Save ericrlau/d0518a580d0fbc4c25e63cd9139f22d9 to your computer and use it in GitHub Desktop.
test notebook
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import time"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1 sec\n",
"2 sec\n"
]
}
],
"source": [
"\n",
"print(\"1 sec\")\n",
"time.sleep(1)\n",
"print(\"2 sec\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7.10 64-bit ('trackedAssessment': conda)",
"name": "python3710jvsc74a57bd0dfaaf17bf75c2a572b99873bd89e6e4f6dd53e58b212bc1e2258c37cd10fa8f0"
},
"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.10"
},
"orig_nbformat": 2
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment