https://github.com/deathbeds/reincarnation
A presentation for JupyterCon by deathbeds
https://github.com/deathbeds/reincarnation
Last synced: 10 months ago
JSON representation
A presentation for JupyterCon by deathbeds
- Host: GitHub
- URL: https://github.com/deathbeds/reincarnation
- Owner: deathbeds
- Created: 2018-07-19T16:26:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T14:07:06.000Z (over 7 years ago)
- Last Synced: 2025-02-02T22:36:31.496Z (11 months ago)
- Language: Jupyter Notebook
- Homepage: http://nbviewer.jupyter.org/github/deathbeds/reincarnation/blob/master/readme.ipynb
- Size: 1.96 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.ipynb
Awesome Lists containing this project
README
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
""
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"\n",
".flexed-container {display: flex; margin: 1em}\n",
".flexed-container.flexed-row {flex-direction: row;}\n",
".flexed-container.flexed-column {flex-direction: column;}\n",
".flexed-container iframe {min-width: 350px;}\n",
".flexed-item {order: 0; margin: !em}\n",
""
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
" # import deathbeds.__timeline\n",
" %reload_ext importnb\n",
" %reload_ext deathbeds"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"
"
],
"text/plain": [
"Row(content=[['# `deathbeds` blog', {'html': 'https://nbviewer.jupyter.org/github/deathbeds/deathbeds.github.io/blob/master/readme.ipynb?flush_cache=true'}], [{'html': 'https://nbviewer.jupyter.org/github/deathbeds/deathbeds.github.io/tree/master/deathbeds/'}, '# hosted on [`nbviewer`](https://nbviewer.jupyter.org)']])"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
" F\"\"\"\n",
" - - \"# `deathbeds` blog\"\n",
" - html: https://nbviewer.jupyter.org/github/deathbeds/deathbeds.github.io/blob/master/readme.ipynb?flush_cache=true\n",
" - - html: https://nbviewer.jupyter.org/github/deathbeds/deathbeds.github.io/tree/master/deathbeds/\n",
" - \"# hosted on [`nbviewer`](https://nbviewer.jupyter.org)\"\n",
" \"\"\""
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# [Reincarnation of a notebook](https://conferences.oreilly.com/jupyter/jup-ny/public/schedule/detail/68439)\n",
"\n",
">> 1:50pm–2:30pm Thursday, August 23, 2018 @ [JupyterCon](https://conferences.oreilly.com/jupyter/jup-ny)\n",
"\n",
"> presented by [__deathbeds__](https://github.com/deathbeds)\n",
"\n",
"To its author, a single Jupyter Notebook can represent a narrative, a program, or data. While this dynamic, interactive state of an editing session is fleeting, the work represented lies dormant, waiting to be unlocked. Confounding the rediscovery and reuse of notebooks are technical issues, some of which can be solved at the language-agnostic Jupyter level, while others are deeply embedded in the quirks of a particular kernel or language. At the human-machine interface, nontechnical issues arise, requiring style conventions and best practices to create literate notebooks for others.\n",
"\n",
"Tony Fast and Nick Bollweg explore conventions that create notebooks with value long past their inception as documents, software packages, test suites, and interactive applications. You’ll learn how to transform various passive states of notebooks and discover how core Jupyter technologies integrate into the larger scientific computing ecosystem to create readable, reusable, reproducible, and recyclable computable documents."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# [0 The Death of a Notebook](./reincarnation/0.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# [1 The Life of a Notebook](./reincarnation/1.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# [2 The Reincarnation of a Notebook](./reincarnation/@.ipynb)"
]
}
],
"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
}