Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Thomas Kluyver
- Sat, 02 Nov 2013 02:14:09
Show More
docs/source/config/extensions/storemagic.rst
0
+2
-1
@@
-5,4
+5,5
b' storemagic'
5
==========
5
==========
6
6
7
.. automodule :: IPython.extensions.storemagic
7
.. automodule :: IPython.extensions.storemagic
8
:members: store
8
9
.. automethod :: StoreMagics.store
docs/source/interactive/notebook.rst
0
+1
-1
@@
-470,7
+470,7
b' all the code in the ``.py`` file. You can later manually partition this into'
470
individual cells using the ``Edit | Split Cell`` menu option, or the
470
individual cells using the ``Edit | Split Cell`` menu option, or the
471
:kbd: `Ctrl-m -` keyboard shortcut.
471
:kbd: `Ctrl-m -` keyboard shortcut.
472
472
473
Note that ``.py`` scripts obtained from a notebook document using nbconvert_
473
Note that ``.py`` scripts obtained from a notebook document using :doc: ` nbconvert <nbconvert>`
474
maintain the structure of the notebook in comments. Reimporting such a
474
maintain the structure of the notebook in comments. Reimporting such a
475
script back into a notebook will preserve this structure.
475
script back into a notebook will preserve this structure.
476
476
docs/source/interactive/public_server.rst
0
+1
-1
@@
-1,4
+1,4
b''
1
.. _working_remotely.txt
1
.. _working_remotely:
2
2
3
Running a notebook server
3
Running a notebook server
4
=========================
4
=========================
docs/source/interactive/qtconsole.rst
0
+1
-1
@@
-10,7
+10,7
b' largely feels like a terminal, but provides a number of enhancements only'
10
possible in a GUI, such as inline figures, proper multiline editing with syntax
10
possible in a GUI, such as inline figures, proper multiline editing with syntax
11
highlighting, graphical calltips, and much more.
11
highlighting, graphical calltips, and much more.
12
12
13
.. figure :: ../../_images/qtconsole.png
13
.. figure :: ../_images/qtconsole.png
14
:width: 400px
14
:width: 400px
15
:alt: IPython Qt console with embedded plots
15
:alt: IPython Qt console with embedded plots
16
:align: center
16
:align: center
docs/source/parallel/parallel_intro.rst
0
+1
0
@@
-224,6
+224,7
b' on the cluster. An example of ipcontroller-client.json, as created by::'
224
"ssh" : "login.mycluster.com" ,
224
"ssh" : "login.mycluster.com" ,
225
"location" : "10.0.0.2"
225
"location" : "10.0.0.2"
226
}
226
}
227
227
More details of how these JSON files are used are given below.
228
More details of how these JSON files are used are given below.
228
229
229
A detailed description of the security model and its implementation in IPython
230
A detailed description of the security model and its implementation in IPython
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages