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

Adapt ipython-quickstart to jupyter

parent 0f0ebdfc
...@@ -6,7 +6,10 @@ ...@@ -6,7 +6,10 @@
"source": [ "source": [
"![IPython](images/ipython_logo-s.png)\n", "![IPython](images/ipython_logo-s.png)\n",
"\n", "\n",
"# IPython" "![jupyter](images/jupyter-logo.png)\n",
"\n",
"\n",
"# IPython / Jupyter Notebooks"
] ]
}, },
{ {
...@@ -22,7 +25,7 @@ ...@@ -22,7 +25,7 @@
"source": [ "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", "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", "\n",
" ipython notebook\n", " jupyter notebook\n",
"\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", "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", "\n",
...@@ -244,13 +247,15 @@ ...@@ -244,13 +247,15 @@
"\n", "\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", "* 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", "\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", "\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", "\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", "\n",
"* [IPython project page](http://ipython.org/)" "* [jupyter project page](http://jupyter.org/)"
] ]
} }
], ],
...@@ -271,7 +276,7 @@ ...@@ -271,7 +276,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.4.3" "version": "3.5.1"
} }
}, },
"nbformat": 4, "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