Skip to content

Instantly share code, notes, and snippets.

@vieirajluis
Created January 27, 2019 01:00
Show Gist options
  • Select an option

  • Save vieirajluis/6e0b6f30defc35f8daa202165c657b7f to your computer and use it in GitHub Desktop.

Select an option

Save vieirajluis/6e0b6f30defc35f8daa202165c657b7f to your computer and use it in GitHub Desktop.
Created on Cognitive Class Labs
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"3"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"1+1+1"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Header 1 My Title"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<a href=https://www.cognitiveclass.ai>Cognitive Class</a>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Markdown | Less | Pretty\n",
"--- | --- | ---\n",
"*Still* | `renders` | **nicely**\n",
"1 | 2 | 3"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.6.6"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment