Skip to content

Instantly share code, notes, and snippets.

@JudahSan
Created February 4, 2021 11:47
Show Gist options
  • Save JudahSan/9f0d6121cbddf4034e1f0d2045d7f69f to your computer and use it in GitHub Desktop.
Save JudahSan/9f0d6121cbddf4034e1f0d2045d7f69f to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": "Ella is awesome\n"
}
],
"source": "print(\"Ella is awesome\")"
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": "King kong ain't got nuthin on me\n"
}
],
"source": "# @hidden cell\nprint(\"King kong ain't got nuthin on me\")"
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": ""
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.7",
"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.7.9"
}
},
"nbformat": 4,
"nbformat_minor": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment