Commit 4e561481 authored by Inigo Aldazabal's avatar Inigo Aldazabal

Adapt ipython-quickstart to jupyter

parent 0f0ebdfc
......@@ -6,7 +6,10 @@
"source": [
"![IPython](images/ipython_logo-s.png)\n",
"\n",
"# IPython"
"![jupyter](images/jupyter-logo.png)\n",
"\n",
"\n",
"# IPython / Jupyter Notebooks"
]
},
{
......@@ -22,7 +25,7 @@
"source": [
"You can start the notebook server from the command line (Terminal on Mac/Linux, CMD prompt on Windows) by running the following command: \n",
"\n",
" ipython notebook\n",
" jupyter notebook\n",
"\n",
"This will print some information about the notebook server in your terminal, including the URL of the web application (by default, `http://127.0.0.1:8888`). It will then open your default web browser to this URL.\n",
"\n",
......@@ -244,13 +247,15 @@
"\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 [IPython 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",
"\n",
"* Official [IPython user manual](http://ipython.org/ipython-doc/dev/index.html)\n",
"* [A gallery of interesting IPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks).\n",
"\n",
"* [A gallery of interesting IPython Notebooks](https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks#scientific-computing-and-data-analysis-with-the-scipy-stack).\n",
"* [IPython project page](http://ipython.org/)\n",
"\n",
"* [IPython project page](http://ipython.org/)"
"* [jupyter project page](http://jupyter.org/)"
]
}
],
......@@ -271,7 +276,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.1"
}
},
"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