Skip to content

Instantly share code, notes, and snippets.

@gajomi
Last active March 8, 2018 18:42
Show Gist options
  • Save gajomi/9d6b1cc1aa00c0d56cb137552886d14a to your computer and use it in GitHub Desktop.
Save gajomi/9d6b1cc1aa00c0d56cb137552886d14a to your computer and use it in GitHub Desktop.
nbviwertest
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"2"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"1+1\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# a dumb thing"
]
},
{
"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.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment