mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Merge pull request #161 from jdfreder/docs
Fix the "original notebook" links in the docs
This commit is contained in:
commit
cee1a9ae47
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Configuring%20the%20Notebook%20and%20Server.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Configuring%20the%20Notebook%20and%20Server.ipynb>`__
|
||||||
|
|
||||||
Configuring the Notebook and Server
|
Configuring the Notebook and Server
|
||||||
===================================
|
===================================
|
||||||
@ -185,4 +185,4 @@ For example, in Firefox, go to the Preferences panel, Advanced section,
|
|||||||
Network tab, click 'Settings...', and add the address of the notebook
|
Network tab, click 'Settings...', and add the address of the notebook
|
||||||
server to the 'No proxy for' field.
|
server to the 'No proxy for' field.
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Configuring%20the%20Notebook%20and%20Server.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Configuring%20the%20Notebook%20and%20Server.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Connecting%20with%20the%20Qt%20Console.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Connecting%20with%20the%20Qt%20Console.ipynb>`__
|
||||||
|
|
||||||
Connecting to an existing IPython kernel using the Qt Console
|
Connecting to an existing IPython kernel using the Qt Console
|
||||||
=============================================================
|
=============================================================
|
||||||
@ -64,4 +64,4 @@ connection information and start the Qt Console for you automatically.
|
|||||||
|
|
||||||
%qtconsole
|
%qtconsole
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Connecting%20with%20the%20Qt%20Console.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Connecting%20with%20the%20Qt%20Console.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Custom%20Keyboard%20Shortcuts.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Custom%20Keyboard%20Shortcuts.ipynb>`__
|
||||||
|
|
||||||
Keyboard Shortcut Customization
|
Keyboard Shortcut Customization
|
||||||
===============================
|
===============================
|
||||||
@ -68,4 +68,4 @@ back to it's initial behavior:
|
|||||||
|
|
||||||
Jupyter.keyboard_manager.command_shortcuts.add_shortcut('r', 'ipython.change-selected-cell-to-raw-cell');
|
Jupyter.keyboard_manager.command_shortcuts.add_shortcut('r', 'ipython.change-selected-cell-to-raw-cell');
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Custom%20Keyboard%20Shortcuts.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Custom%20Keyboard%20Shortcuts.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -33,4 +33,4 @@ Examples
|
|||||||
Console <Connecting%20with%20the%20Qt%20Console.html>`__
|
Console <Connecting%20with%20the%20Qt%20Console.html>`__
|
||||||
- `Typesetting Equations <Typesetting%20Equations.html>`__
|
- `Typesetting Equations <Typesetting%20Equations.html>`__
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Examples%20and%20Tutorials%20Index.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Importing%20Notebooks.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Importing%20Notebooks.ipynb>`__
|
||||||
|
|
||||||
Importing Jupyter Notebooks as Modules
|
Importing Jupyter Notebooks as Modules
|
||||||
======================================
|
======================================
|
||||||
@ -283,4 +283,4 @@ and import the notebook from ``IPython.utils``
|
|||||||
This approach can even import functions and classes that are defined in
|
This approach can even import functions and classes that are defined in
|
||||||
a notebook using the ``%%cython`` magic.
|
a notebook using the ``%%cython`` magic.
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Importing%20Notebooks.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Importing%20Notebooks.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/JavaScript%20Notebook%20Extensions.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/JavaScript%20Notebook%20Extensions.ipynb>`__
|
||||||
|
|
||||||
Embrasing web standards
|
Embrasing web standards
|
||||||
=======================
|
=======================
|
||||||
@ -386,4 +386,4 @@ depending of the tag on each cell
|
|||||||
|
|
||||||
%load soln/celldiff.js
|
%load soln/celldiff.js
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/JavaScript%20Notebook%20Extensions.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/JavaScript%20Notebook%20Extensions.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb>`__
|
||||||
|
|
||||||
Notebook Basics
|
Notebook Basics
|
||||||
===============
|
===============
|
||||||
@ -263,4 +263,4 @@ order:
|
|||||||
5. Cell editing: ``x``, ``c``, ``v``, ``d``, ``z``, ``shift+=``
|
5. Cell editing: ``x``, ``c``, ``v``, ``d``, ``z``, ``shift+=``
|
||||||
6. Kernel operations: ``i``, ``.``
|
6. Kernel operations: ``i``, ``.``
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Notebook%20Basics.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb>`__
|
||||||
|
|
||||||
Running Code
|
Running Code
|
||||||
============
|
============
|
||||||
@ -151,4 +151,4 @@ Beyond a certain point, output will scroll automatically:
|
|||||||
print(2**i - 1)
|
print(2**i - 1)
|
||||||
|
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Running%20Code.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Typesetting%20Equations.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Typesetting%20Equations.ipynb>`__
|
||||||
|
|
||||||
The Markdown parser included in the Jupyter Notebook is MathJax-aware.
|
The Markdown parser included in the Jupyter Notebook is MathJax-aware.
|
||||||
This means that you can freely mix in mathematical expressions using the
|
This means that you can freely mix in mathematical expressions using the
|
||||||
@ -235,4 +235,4 @@ Display
|
|||||||
|
|
||||||
x=4
|
x=4
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Typesetting%20Equations.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Typesetting%20Equations.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.ipynb>`__
|
||||||
|
|
||||||
What is the Jupyter Notebook?
|
What is the Jupyter Notebook?
|
||||||
=============================
|
=============================
|
||||||
@ -133,4 +133,4 @@ This service loads the notebook document from the URL and renders it as
|
|||||||
a static web page. The resulting web page may thus be shared with others
|
a static web page. The resulting web page may thus be shared with others
|
||||||
**without their needing to install the Jupyter Notebook**.
|
**without their needing to install the Jupyter Notebook**.
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/What%20is%20the%20Jupyter%20Notebook.ipynb>`__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Working%20With%20Markdown%20Cells.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Working%20With%20Markdown%20Cells.ipynb>`__
|
||||||
|
|
||||||
Markdown Cells
|
Markdown Cells
|
||||||
==============
|
==============
|
||||||
@ -261,4 +261,4 @@ When you run the notebook in a password-protected manner, local file
|
|||||||
access is restricted to authenticated users unless read-only views are
|
access is restricted to authenticated users unless read-only views are
|
||||||
active.
|
active.
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/source/examples/Notebook/Working%20With%20Markdown%20Cells.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/source/examples/Notebook/Working%20With%20Markdown%20Cells.ipynb>`__
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% macro notebooklink() -%}
|
{% macro notebooklink() -%}
|
||||||
|
|
||||||
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/ipython/ipython/blob/master/docs/{{ resources['metadata']['path'] }}/{{ resources['metadata']['name'] | replace(' ', '%20') }}.ipynb>`__
|
`View the original notebook on nbviewer <http://nbviewer.jupyter.org/github/jupyter/notebook/blob/master/docs/{{ resources['metadata']['path'] }}/{{ resources['metadata']['name'] | replace(' ', '%20') }}.ipynb>`__
|
||||||
|
|
||||||
|
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
Loading…
Reference in New Issue
Block a user