mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Update
This commit is contained in:
parent
ff688d68ae
commit
5b29971189
5 changed files with 37 additions and 18 deletions
|
@ -105,7 +105,8 @@ Requirements
|
||||||
this feature.
|
this feature.
|
||||||
|
|
||||||
Also, EIN heavily relies on standard Emacs libraries including EWOC,
|
Also, EIN heavily relies on standard Emacs libraries including EWOC,
|
||||||
EIEIO and json.el. EIN is currently tested in Emacs 24.1.
|
EIEIO and json.el. EIN is currently tested against Emacs 23.3 and 24.3.
|
||||||
|
It is known to work in Emacs 23.2, 24.1 and 24.2.
|
||||||
|
|
||||||
.. _IPython: http://ipython.org/
|
.. _IPython: http://ipython.org/
|
||||||
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
.. _websocket.el: https://github.com/ahyatt/emacs-websocket
|
||||||
|
@ -218,6 +219,7 @@ port or URL of the IPython notebook server.
|
||||||
.. el:function:: ein:notebooklist-open
|
.. el:function:: ein:notebooklist-open
|
||||||
.. el:function:: ein:notebooklist-new-notebook
|
.. el:function:: ein:notebooklist-new-notebook
|
||||||
.. el:function:: ein:notebooklist-open-notebook-global
|
.. el:function:: ein:notebooklist-open-notebook-global
|
||||||
|
.. el:function:: ein:notebooklist-login
|
||||||
.. el:function:: ein:junk-new
|
.. el:function:: ein:junk-new
|
||||||
|
|
||||||
.. el:keymap:: ein:notebooklist-mode-map
|
.. el:keymap:: ein:notebooklist-mode-map
|
||||||
|
@ -543,6 +545,9 @@ Change Log
|
||||||
v0.2
|
v0.2
|
||||||
----
|
----
|
||||||
|
|
||||||
|
* Preliminary login support. See :el:symbol:`ein:notebooklist-login`.
|
||||||
|
* Code completion in notebook happens *really* automatically.
|
||||||
|
You don't need to hit a key to start completion.
|
||||||
* :el:symbol:`ein:console-open` works without `python.el`_.
|
* :el:symbol:`ein:console-open` works without `python.el`_.
|
||||||
* Expand code cell output on execution.
|
* Expand code cell output on execution.
|
||||||
(`#88 <https://github.com/tkf/emacs-ipython-notebook/issues/88>`_).
|
(`#88 <https://github.com/tkf/emacs-ipython-notebook/issues/88>`_).
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Index — Emacs IPython Notebook 0.2.0alpha0 documentation</title>
|
<title>Index — Emacs IPython Notebook 0.2.0 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '0.2.0alpha0',
|
VERSION: '0.2.0',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="Emacs IPython Notebook 0.2.0alpha0 documentation" href="index.html" />
|
<link rel="top" title="Emacs IPython Notebook 0.2.0 documentation" href="index.html" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="#" title="General Index"
|
<a href="#" title="General Index"
|
||||||
accesskey="I">index</a></li>
|
accesskey="I">index</a></li>
|
||||||
<li><a href="index.html">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="index.html">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -238,6 +238,10 @@
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
|
|
||||||
|
<dt><a href="index.html#ein:notebooklist-login">ein:notebooklist-login (Lisp function)</a>
|
||||||
|
</dt>
|
||||||
|
|
||||||
|
|
||||||
<dt><a href="index.html#ein:notebooklist-new-notebook">ein:notebooklist-new-notebook (Lisp function)</a>
|
<dt><a href="index.html#ein:notebooklist-new-notebook">ein:notebooklist-new-notebook (Lisp function)</a>
|
||||||
</dt>
|
</dt>
|
||||||
|
|
||||||
|
@ -348,7 +352,7 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="#" title="General Index"
|
<a href="#" title="General Index"
|
||||||
>index</a></li>
|
>index</a></li>
|
||||||
<li><a href="index.html">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="index.html">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
22
index.html
22
index.html
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Welcome to Emacs IPython Notebook’s documentation! — Emacs IPython Notebook 0.2.0alpha0 documentation</title>
|
<title>Welcome to Emacs IPython Notebook’s documentation! — Emacs IPython Notebook 0.2.0 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '0.2.0alpha0',
|
VERSION: '0.2.0',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
<script type="text/javascript" src="_static/jquery.js"></script>
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<link rel="top" title="Emacs IPython Notebook 0.2.0alpha0 documentation" href="#" />
|
<link rel="top" title="Emacs IPython Notebook 0.2.0 documentation" href="#" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="related">
|
<div class="related">
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
accesskey="I">index</a></li>
|
accesskey="I">index</a></li>
|
||||||
<li><a href="#">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="#">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -201,7 +201,8 @@ You need to configure <a class="reference internal" href="#ein:use-smartrep" tit
|
||||||
this feature.</li>
|
this feature.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Also, EIN heavily relies on standard Emacs libraries including EWOC,
|
<p>Also, EIN heavily relies on standard Emacs libraries including EWOC,
|
||||||
EIEIO and json.el. EIN is currently tested in Emacs 24.1.</p>
|
EIEIO and json.el. EIN is currently tested against Emacs 23.3 and 24.3.
|
||||||
|
It is known to work in Emacs 23.2, 24.1 and 24.2.</p>
|
||||||
<table class="docutils footnote" frame="void" id="id6" rules="none">
|
<table class="docutils footnote" frame="void" id="id6" rules="none">
|
||||||
<colgroup><col class="label" /><col /></colgroup>
|
<colgroup><col class="label" /><col /></colgroup>
|
||||||
<tbody valign="top">
|
<tbody valign="top">
|
||||||
|
@ -304,6 +305,12 @@ Notebook is specified by a string NBPATH whose format is
|
||||||
<p>When used in lisp, CALLBACK and CBARGS are passed to <tt class="xref el el-symbol docutils literal"><span class="pre">ein:notebook-open</span></tt>.</p>
|
<p>When used in lisp, CALLBACK and CBARGS are passed to <tt class="xref el el-symbol docutils literal"><span class="pre">ein:notebook-open</span></tt>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
|
<dl class="function">
|
||||||
|
<dt id="ein:notebooklist-login">
|
||||||
|
<em class="property">function </em><big>(</big><tt class="descname">ein:notebooklist-login </tt><em>url-or-port</em> <em>password</em><big>)</big><a class="headerlink" href="#ein:notebooklist-login" title="Permalink to this definition">¶</a></dt>
|
||||||
|
<dd><p>Login to IPython notebook server.</p>
|
||||||
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="function">
|
<dl class="function">
|
||||||
<dt id="ein:junk-new">
|
<dt id="ein:junk-new">
|
||||||
<em class="property">function </em><big>(</big><tt class="descname">ein:junk-new </tt><em>name</em> <em>url-or-port</em><big>)</big><a class="headerlink" href="#ein:junk-new" title="Permalink to this definition">¶</a></dt>
|
<em class="property">function </em><big>(</big><tt class="descname">ein:junk-new </tt><em>name</em> <em>url-or-port</em><big>)</big><a class="headerlink" href="#ein:junk-new" title="Permalink to this definition">¶</a></dt>
|
||||||
|
@ -1986,6 +1993,9 @@ with <tt class="xref el el-symbol docutils literal"><span class="pre">ein:dev-st
|
||||||
<div class="section" id="v0-2">
|
<div class="section" id="v0-2">
|
||||||
<h2><a class="toc-backref" href="#id61">v0.2</a><a class="headerlink" href="#v0-2" title="Permalink to this headline">¶</a></h2>
|
<h2><a class="toc-backref" href="#id61">v0.2</a><a class="headerlink" href="#v0-2" title="Permalink to this headline">¶</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
<li>Preliminary login support. See <a class="reference internal" href="#ein:notebooklist-login" title="ein:notebooklist-login"><tt class="xref el el-symbol docutils literal"><span class="pre">ein:notebooklist-login</span></tt></a>.</li>
|
||||||
|
<li>Code completion in notebook happens <em>really</em> automatically.
|
||||||
|
You don’t need to hit a key to start completion.</li>
|
||||||
<li><tt class="xref el el-symbol docutils literal"><span class="pre">ein:console-open</span></tt> works without <a class="reference external" href="https://github.com/fgallina/python.el">python.el</a>.</li>
|
<li><tt class="xref el el-symbol docutils literal"><span class="pre">ein:console-open</span></tt> works without <a class="reference external" href="https://github.com/fgallina/python.el">python.el</a>.</li>
|
||||||
<li>Expand code cell output on execution.
|
<li>Expand code cell output on execution.
|
||||||
(<a class="reference external" href="https://github.com/tkf/emacs-ipython-notebook/issues/88">#88</a>).</li>
|
(<a class="reference external" href="https://github.com/tkf/emacs-ipython-notebook/issues/88">#88</a>).</li>
|
||||||
|
@ -2112,7 +2122,7 @@ See COPYING for details.</p>
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
>index</a></li>
|
>index</a></li>
|
||||||
<li><a href="#">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="#">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
10
search.html
10
search.html
|
@ -7,7 +7,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<title>Search — Emacs IPython Notebook 0.2.0alpha0 documentation</title>
|
<title>Search — Emacs IPython Notebook 0.2.0 documentation</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
|
||||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var DOCUMENTATION_OPTIONS = {
|
var DOCUMENTATION_OPTIONS = {
|
||||||
URL_ROOT: '',
|
URL_ROOT: '',
|
||||||
VERSION: '0.2.0alpha0',
|
VERSION: '0.2.0',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true
|
HAS_SOURCE: true
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<script type="text/javascript" src="_static/underscore.js"></script>
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
||||||
<script type="text/javascript" src="_static/doctools.js"></script>
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
||||||
<script type="text/javascript" src="_static/searchtools.js"></script>
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
||||||
<link rel="top" title="Emacs IPython Notebook 0.2.0alpha0 documentation" href="index.html" />
|
<link rel="top" title="Emacs IPython Notebook 0.2.0 documentation" href="index.html" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
||||||
</script>
|
</script>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
accesskey="I">index</a></li>
|
accesskey="I">index</a></li>
|
||||||
<li><a href="index.html">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="index.html">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
<li class="right" style="margin-right: 10px">
|
<li class="right" style="margin-right: 10px">
|
||||||
<a href="genindex.html" title="General Index"
|
<a href="genindex.html" title="General Index"
|
||||||
>index</a></li>
|
>index</a></li>
|
||||||
<li><a href="index.html">Emacs IPython Notebook 0.2.0alpha0 documentation</a> »</li>
|
<li><a href="index.html">Emacs IPython Notebook 0.2.0 documentation</a> »</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue