Skip to content

Commit

Permalink
Update doc with the new %revisions magic vatlab/sos-notebook#74
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed May 18, 2018
1 parent 2009090 commit 6784599
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 2 deletions.
44 changes: 43 additions & 1 deletion src/documentation/Notebook_Interface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,48 @@
"SoS Notebook is a **multi-language notebook** that allows the use of multiple kernels in a single notebook with data exchange among live kernels, a **Jupyter frontend to the SoS workflow engine** to allows local and remote analysis of large datasets, with an **enhanced Jupyter frontend** that provides features such as line by line execution of cell contents. The unique combination of a multi-language kernel and a workflow engine allows easy transition from interactive data analysis to batch data processing workflows."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <table>\n",
" <tr>\n",
" <th>Revision</th>\n",
" <th>Author</th>\n",
" <th>Date</th>\n",
" <th>Message</th>\n",
" <tr>\n",
" <tr><td>b61e3b4</td>\n",
"<td>Bo Peng</td>\n",
"<td>2018-03-28</td>\n",
"<td>Document the change in the handling of magics in subkernel cells vatlab/sos-notebook #33, vatlab/sos-notebook#58</td></tr><tr><td>9d8a6b2</td>\n",
"<td>Bo Peng</td>\n",
"<td>2018-03-28</td>\n",
"<td>Document markdown kernel in SoS notebook manual</td></tr><tr><td>20f0c8d</td>\n",
"<td>Bo Peng</td>\n",
"<td>2018-03-18</td>\n",
"<td>Update doc on sending code from markdown cell to side panel. vatlab/sos-notebook#44</td></tr><tr><td>3d83d6e</td>\n",
"<td>Bo Peng</td>\n",
"<td>2018-03-06</td>\n",
"<td>Remove unused kernel info from documents</td></tr><tr><td>0300c1d</td>\n",
"<td>Bo Peng</td>\n",
"<td>2018-02-07</td>\n",
"<td>Document option --append of magic %capture</td></tr></table>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"%revisions -n 5"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -4479,7 +4521,7 @@
"height": "200px",
"style": "side"
},
"version": "0.9.13.0"
"version": "0.9.13.7"
},
"toc": {
"colors": {
Expand Down
Loading

0 comments on commit 6784599

Please sign in to comment.