Commit 9cd7a610 authored by Inigo Aldazabal's avatar Inigo Aldazabal

Jupyter quickstart minor updates

parent bc2ed985
images/command_mode.png

5.88 KB | W: | H:

images/command_mode.png

6.52 KB | W: | H:

images/command_mode.png
images/command_mode.png
images/command_mode.png
images/command_mode.png
  • 2-up
  • Swipe
  • Onion skin
images/edit_mode.png

5.89 KB | W: | H:

images/edit_mode.png

6.46 KB | W: | H:

images/edit_mode.png
images/edit_mode.png
images/edit_mode.png
images/edit_mode.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -4,12 +4,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"![IPython](images/ipython_logo-s.png)\n",
"![jupyter](images/jupyter-logo-2.png)\n",
"\n",
"![jupyter](images/jupyter-logo.png)\n",
"![IPython](images/ipython_logo-s.png)\n",
"\n",
"\n",
"# IPython / Jupyter Notebooks"
"# Jupyter Notebooks"
]
},
{
......@@ -43,9 +43,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"* **Notebook documents**: Notebook documents (or \"notebooks\") are documents produced by the Jupyter Notebook App which contain both computer code (e.g. python) and rich text elements (paragraph, equations, figures, links, etc...). Notebook documents are both human-readable documents containing the analysis description and the results (figures, tables, etc..) as well as executable documents which can be run to perform data analysis.\n",
"* **Notebook documents**: Notebook documents (or \"notebooks\") are documents produced by the Jupyter Notebook App which contain both computer code (e.g. Python) and rich text elements (paragraph, equations, figures, links, etc...). Notebook documents are both human-readable documents containing the analysis description and the results (figures, tables, etc..) as well as executable documents which can be run to perform data analysis.\n",
"\n",
"* **Kernels**: A notebook kernel is a “computational engine” that executes the code contained in a Notebook document and returns output back to the notebook web application.\n",
"* **Kernels**: A notebook kernel is a “computational engine” that executes the code contained in a Notebook document and returns output back to the notebook web application. We will use here the `IPython` kernel. \n",
"\n",
"* **Notebook Dashboard**: The Notebook Dashboard is the component which is shown first when the launching Jupyter Notebook App. The Notebook Dashboard is mainly used to open notebook documents, and to manage the running kernels (visualize and shutdown).\n",
"\n",
......@@ -63,7 +63,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Starting with IPython 2.0, the IPython Notebook has a modal user interface. This means that the keyboard does different things depending on which mode the Notebook is in. There are two modes: edit mode and command mode."
"Jupyter Notebooks have a modal user interface. This means that the keyboard does different things depending on which mode the Notebook is in. There are two modes: *edit* mode and *command* mode."
]
},
{
......@@ -89,7 +89,7 @@
"source": [
"### Command mode\n",
"\n",
"Command mode is indicated by a grey cell border:\n",
"Command mode is indicated by a grey cell border with a blue left margin:\n",
"\n",
"<img src=\"images/command_mode.png\">\n",
"\n",
......@@ -159,7 +159,7 @@
"execution_count": 4,
"metadata": {
"collapsed": false,
"scrolled": true
"scrolled": false
},
"outputs": [
{
......@@ -223,7 +223,7 @@
"# Summarizig\n",
"\n",
"\n",
"* An IPython **notebook** is composed of **cells**.\n",
"* An Jupyter **notebook** is composed of **cells**.\n",
"\n",
"* The **cells** are edited by us and then executed by the **kernel**.\n",
"\n",
......@@ -247,20 +247,19 @@
"\n",
"* This tutorial was essentially based in [IPython's notebook-based documentation](http://nbviewer.ipython.org/github/ipython/ipython/blob/3.x/examples/Index.ipynb). Take a look at it for a more extensive introduction to IPython.\n",
"\n",
"* Official [jupyter notebook begginer guide](http://jupyter-notebook-beginner-guide.readthedocs.org/en/latest/index.html#).\n",
"* Official [Jupyter notebook begginer guide](http://jupyter-notebook-beginner-guide.readthedocs.org/en/latest/index.html#).\n",
"\n",
"* Official [jupyter user manual](https://jupyter.readthedocs.io/en/latest/index.html)\n",
"* Official [Jupyter user manual](https://jupyter.readthedocs.io/en/latest/index.html)\n",
"\n",
"* [A gallery of interesting IPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks).\n",
"\n",
"* [IPython project page](http://ipython.org/)\n",
"\n",
"* [jupyter project page](http://jupyter.org/)"
"* [Jupyter project page](http://jupyter.org/)"
]
}
],
"metadata": {
"celltoolbar": "Raw Cell Format",
"kernelspec": {
"display_name": "Python 3",
"language": "python",
......@@ -276,7 +275,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.6.0"
}
},
"nbformat": 4,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment