Skip to content

Instantly share code, notes, and snippets.

@vieirajluis
Created January 27, 2019 00:54
Show Gist options
  • Save vieirajluis/a1e024c765a2b66b0160f8db7a64aac9 to your computer and use it in GitHub Desktop.
Save vieirajluis/a1e024c765a2b66b0160f8db7a64aac9 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": "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
}
@vieirajluis
Copy link
Author

Using Jupyter Labs. Great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment