Show More
@@ -94,3 +94,10 b' HTML, LaTeX, or reStructuredText. This conversion goes through a series of steps' | |||
|
94 | 94 | The `nbviewer <http://nbviewer.ipython.org/>`_ website uses nbconvert with the |
|
95 | 95 | HTML exporter. When you give it a URL, it fetches the notebook from that URL, |
|
96 | 96 | converts it to HTML, and serves that HTML to you. |
|
97 | ||
|
98 | IPython.parallel | |
|
99 | ---------------- | |
|
100 | ||
|
101 | IPython also includes a parallel computing framework, ``IPython.parallel``. This | |
|
102 | allows you to control many individual engines, which are an extended version of | |
|
103 | the IPython kernel described above. For more details, see :doc:`/parallel/index`. |
General Comments 0
You need to be logged in to leave comments.
Login now