##// END OF EJS Templates
Switch protocol to https...
Matthias Bussonnier -
Show More
@@ -2,7 +2,7 b''
2 2 """
3 3 IPython: tools for interactive and parallel computing in Python.
4 4
5 http://ipython.org
5 https://ipython.org
6 6 """
7 7 #-----------------------------------------------------------------------------
8 8 # Copyright (c) 2008-2011, IPython Development Team.
@@ -48,7 +48,7 b' IPython provides a rich toolkit to help you make the most out of using Python'
48 48 interactively. Its main components are:
49 49
50 50 * A powerful interactive Python shell
51 * A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
51 * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
52 52 notebooks and other interactive frontends.
53 53
54 54 The enhanced interactive Python shells have the following main features:
@@ -60,7 +60,7 b' Usage'
60 60 environment variable with this name and setting it to the desired path.
61 61
62 62 For more information, see the manual available in HTML and PDF in your
63 installation, or online at http://ipython.org/documentation.html.
63 installation, or online at https://ipython.org/documentation.html.
64 64 """
65 65
66 66 interactive_usage = """
@@ -55,7 +55,7 b' Or see the `development installation docs'
55 55 for the latest revision on read the docs.
56 56
57 57 Documentation and installation instructions for older version of IPython can be
58 found on the `IPython website <http://ipython.org/documentation.html>`_
58 found on the `IPython website <https://ipython.org/documentation.html>`_
59 59
60 60
61 61
@@ -87,7 +87,7 b' manager.'
87 87
88 88 For more information see one of our blog posts:
89 89
90 http://blog.jupyter.org/2016/07/08/ipython-5-0-released/
90 https://blog.jupyter.org/2016/07/08/ipython-5-0-released/
91 91
92 92 As well as the following Pull-Request for discussion:
93 93
@@ -22,7 +22,7 b' interactively. Its main components are:'
22 22 :align: center
23 23
24 24
25 * A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
25 * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
26 26 notebooks and other interactive frontends.
27 27
28 28 The enhanced interactive Python shells and kernel have the following main
@@ -28,7 +28,7 b' Overview'
28 28
29 29 This document describes in detail the steps required to install IPython. For a
30 30 few quick ways to get started with package managers or full Python
31 distributions, see `the install page <http://ipython.org/install.html>`_ of the
31 distributions, see `the install page <https://ipython.org/install.html>`_ of the
32 32 IPython website.
33 33
34 34 Please let us know if you have problems installing IPython or any of its
@@ -27,5 +27,5 b' done some work in the classic Python REPL.'
27 27
28 28 .. seealso::
29 29
30 `A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__
30 `A Qt Console for Jupyter <https://jupyter.org/qtconsole/>`__
31 31 `The Jupyter Notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__
@@ -17,11 +17,11 b''
17 17 NOTE: Some of these were taken from the nipy links compendium.
18 18
19 19 .. Main IPython links
20 .. _ipython: http://ipython.org
21 .. _`ipython manual`: http://ipython.org/documentation.html
20 .. _ipython: https://ipython.org
21 .. _`ipython manual`: https://ipython.org/documentation.html
22 22 .. _ipython_github: http://github.com/ipython/ipython/
23 23 .. _ipython_github_repo: http://github.com/ipython/ipython/
24 .. _ipython_downloads: http://ipython.org/download.html
24 .. _ipython_downloads: https://ipython.org/download.html
25 25 .. _ipython_pypi: http://pypi.python.org/pypi/ipython
26 26 .. _nbviewer: http://nbviewer.ipython.org
27 27
@@ -218,7 +218,7 b' which will be something like ``--existing kernel-19732.json`` but with'
218 218 different numbers which correspond to the Process ID of the kernel.
219 219
220 220 You can read more about using `jupyter qtconsole
221 <http://jupyter.org/qtconsole/>`_, and
221 <https://jupyter.org/qtconsole/>`_, and
222 222 `jupyter notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`_. There
223 223 is also a :ref:`message spec <messaging>` which documents the protocol for
224 224 communication between kernels
@@ -1416,7 +1416,7 b' Issues (434):'
1416 1416 * :ghissue:`4759`: Application._load_config_files log parameter default fails
1417 1417 * :ghissue:`3153`: docs / file menu: explain how to exit the notebook
1418 1418 * :ghissue:`4791`: Did updates to ipython_directive bork support for cython magic snippets?
1419 * :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page http://ipython.org/ipython-doc/stable/interactive/notebook.htm
1419 * :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page https://ipython.org/ipython-doc/stable/interactive/notebook.htm
1420 1420 * :ghissue:`4655`: prefer marked to pandoc for markdown2html
1421 1421 * :ghissue:`3441`: Fix focus related problems in the notebook
1422 1422 * :ghissue:`3402`: Feature Request: Save As (latex, html,..etc) as a menu option in Notebook rather than explicit need to invoke nbconvert
@@ -232,7 +232,7 b' may also offer a slightly more featureful application (with menus and other GUI'
232 232 elements), but we remain committed to always shipping this easy to embed
233 233 widget.
234 234
235 See the `Jupyter Qt Console site <http://jupyter.org/qtconsole>`_ for a detailed
235 See the `Jupyter Qt Console site <https://jupyter.org/qtconsole>`_ for a detailed
236 236 description of the console's features and use.
237 237
238 238
@@ -3058,7 +3058,7 b''
3058 3058 " <iframe\n",
3059 3059 " width=\"100%\"\n",
3060 3060 " height=\"350\"\n",
3061 " src=\"http://jupyter.org\"\n",
3061 " src=\"https://jupyter.org\"\n",
3062 3062 " frameborder=\"0\"\n",
3063 3063 " allowfullscreen\n",
3064 3064 " ></iframe>\n",
@@ -3075,7 +3075,7 b''
3075 3075 ],
3076 3076 "source": [
3077 3077 "from IPython.display import IFrame\n",
3078 "IFrame('http://jupyter.org', width='100%', height=350)"
3078 "IFrame('https://jupyter.org', width='100%', height=350)"
3079 3079 ]
3080 3080 },
3081 3081 {
@@ -3263,7 +3263,7 b''
3263 3263 "* When you open a notebook, rich output is only displayed if it doesn't contain security vulberabilities, ...\n",
3264 3264 "* ... or if you have trusted a notebook, all rich output will run upon opening it.\n",
3265 3265 "\n",
3266 "A full description of the IPython security model can be found on [this page](http://ipython.org/ipython-doc/dev/notebook/security.html)."
3266 "A full description of the IPython security model can be found on [this page](https://ipython.org/ipython-doc/dev/notebook/security.html)."
3267 3267 ]
3268 3268 },
3269 3269 {
@@ -18,7 +18,8 b''
18 18 "cell_type": "markdown",
19 19 "metadata": {},
20 20 "source": [
21 "This directory contains IPython's notebook-based documentation. This augments our [Sphinx-based documentation](http://ipython.org/ipython-doc/stable/index.html) with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format."
21 "This directory contains IPython's notebook-based documentation. This
22 augments our [Sphinx-based documentation](https://ipython.org/ipython-doc/stable/index.html) with notebooks that contain interactive tutorials and examples. Over time, more of our documentation will be pulled into this format."
22 23 ]
23 24 },
24 25 {
@@ -183,7 +183,7 b''
183 183 " <iframe\n",
184 184 " width=\"900\"\n",
185 185 " height=\"400\"\n",
186 " src=\"http://ipython.org\"\n",
186 " src=\"https://ipython.org\"\n",
187 187 " frameborder=\"0\"\n",
188 188 " allowfullscreen\n",
189 189 " ></iframe>\n",
@@ -199,7 +199,7 b''
199 199 }
200 200 ],
201 201 "source": [
202 "IFrame(src=\"http://ipython.org\", width=900, height=400)"
202 "IFrame(src=\"https://ipython.org\", width=900, height=400)"
203 203 ]
204 204 },
205 205 {
@@ -1993,7 +1993,7 b''
1993 1993 "\n",
1994 1994 "var mdcell = new IPython.MarkdownCell();\n",
1995 1995 "mdcell.create_element();\n",
1996 "mdcell.set_text('\\n![Alternate Text](http://ipython.org/_static/IPy_header.png)\\n');\n",
1996 "mdcell.set_text('\\n![Alternate Text](https://ipython.org/_static/IPy_header.png)\\n');\n",
1997 1997 "mdcell.render();\n",
1998 1998 "$(element).append(mdcell.element)\n",
1999 1999 ".removeClass()\n",
@@ -2022,10 +2022,10 b''
2022 2022 "text/html": [
2023 2023 "<div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #AAFFAA; width: 100%;'>NBConvert Latex Output</div><pre class='prettyprint lang-tex' style='background: #EEFFEE; border: 1px solid #DDEEDD;'><xmp>\\begin{figure}[htbp]\n",
2024 2024 "\\centering\n",
2025 "\\includegraphics{http://ipython.org/_static/IPy_header.png}\n",
2025 "\\includegraphics{https://ipython.org/_static/IPy_header.png}\n",
2026 2026 "\\caption{Alternate Text}\n",
2027 2027 "\\end{figure}</xmp></pre></div><div style='display: inline-block; width: 2%;'></div><div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #FFAAAA; width: 100%;'>NBViewer Output</div><div style='display: inline-block; width: 100%;'><div class=\"figure\">\n",
2028 "<img src=\"http://ipython.org/_static/IPy_header.png\" alt=\"Alternate Text\" /><p class=\"caption\">Alternate Text</p>\n",
2028 "<img src=\"https://ipython.org/_static/IPy_header.png\" alt=\"Alternate Text\" /><p class=\"caption\">Alternate Text</p>\n",
2029 2029 "</div></div></div>"
2030 2030 ],
2031 2031 "text/plain": [
@@ -2051,7 +2051,7 b''
2051 2051 ],
2052 2052 "source": [
2053 2053 "compare_render(r\"\"\"\n",
2054 "![Alternate Text](http://ipython.org/_static/IPy_header.png)\n",
2054 "![Alternate Text](https://ipython.org/_static/IPy_header.png)\n",
2055 2055 "\"\"\")"
2056 2056 ]
2057 2057 },
@@ -2075,7 +2075,7 b''
2075 2075 "\n",
2076 2076 "var mdcell = new IPython.MarkdownCell();\n",
2077 2077 "mdcell.create_element();\n",
2078 "mdcell.set_text('\\n<img src=\"http://ipython.org/_static/IPy_header.png\">\\n');\n",
2078 "mdcell.set_text('\\n<img src=\"https://ipython.org/_static/IPy_header.png\">\\n');\n",
2079 2079 "mdcell.render();\n",
2080 2080 "$(element).append(mdcell.element)\n",
2081 2081 ".removeClass()\n",
@@ -2102,7 +2102,7 b''
2102 2102 {
2103 2103 "data": {
2104 2104 "text/html": [
2105 "<div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #AAFFAA; width: 100%;'>NBConvert Latex Output</div><pre class='prettyprint lang-tex' style='background: #EEFFEE; border: 1px solid #DDEEDD;'><xmp></xmp></pre></div><div style='display: inline-block; width: 2%;'></div><div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #FFAAAA; width: 100%;'>NBViewer Output</div><div style='display: inline-block; width: 100%;'><p><img src=\"http://ipython.org/_static/IPy_header.png\"></p></div></div>"
2105 "<div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #AAFFAA; width: 100%;'>NBConvert Latex Output</div><pre class='prettyprint lang-tex' style='background: #EEFFEE; border: 1px solid #DDEEDD;'><xmp></xmp></pre></div><div style='display: inline-block; width: 2%;'></div><div style='display: inline-block; width: 30%; vertical-align: top;'><div style='background: #FFAAAA; width: 100%;'>NBViewer Output</div><div style='display: inline-block; width: 100%;'><p><img src=\"https://ipython.org/_static/IPy_header.png\"></p></div></div>"
2106 2106 ],
2107 2107 "text/plain": [
2108 2108 "<IPython.core.display.HTML at 0x21ac450>"
@@ -2127,7 +2127,7 b''
2127 2127 ],
2128 2128 "source": [
2129 2129 "compare_render(r\"\"\"\n",
2130 "<img src=\"http://ipython.org/_static/IPy_header.png\">\n",
2130 "<img src=\"https://ipython.org/_static/IPy_header.png\">\n",
2131 2131 "\"\"\")"
2132 2132 ]
2133 2133 },
General Comments 0
You need to be logged in to leave comments. Login now