diff --git a/_sources/index.txt b/_sources/index.txt index 2fb9e2c..d882bda 100644 --- a/_sources/index.txt +++ b/_sources/index.txt @@ -71,12 +71,15 @@ This is a quick and clean way to try EIN separately from your Emacs setting. If you want to try EIN but think preparing all the requirements is too much, try this!:: - git clone git://github.com/tkf/zeroein.git - zeroein/zeroein.py + git clone git://github.com/tkf/emacs-ipython-notebook.git + lisp/zeroein.el -This will launch a new Emacs instance. For more information, see:: +This will launch a new Emacs instance. - zeroein/zeroein.py --help +You can use environment variable ``EMACS`` to control Emacs executable +to use.:: + + EMACS=emacs-snapshot lisp/zeroein.el Requirements @@ -84,7 +87,7 @@ Requirements * IPython_ 0.12 or higher. * `websocket.el`_ 0.9 -* (optional) mumamo_: +* (optional) mumamo_ developmental version: It will be automatically loaded when it is on the path. The official way to setup path is to load nXhtml_. * (optional) markdown-mode @@ -283,8 +286,10 @@ Misc ^^^^ .. el:package:: helm +.. el:function:: helm-ein-kernel-history .. el:function:: helm-ein-notebook-buffers .. el:package:: anything +.. el:function:: anything-ein-kernel-history .. el:function:: anything-ein-notebook-buffers .. el:package:: ein @@ -327,6 +332,9 @@ Notebook .. el:variable:: ein:junk-notebook-name-template .. el:variable:: ein:iexec-delay .. el:variable:: ein:complete-on-dot +.. el:variable:: ein:helm-kernel-history-search-key +.. el:variable:: ein:anything-kernel-history-search-key +.. el:variable:: ein:helm-kernel-history-search-auto-pattern .. el:variable:: ein:output-type-preference .. el:variable:: ein:shr-env @@ -414,6 +422,7 @@ in MuMaMo based notebook mode produces segfault. Also, ``mumamo-idle-set-major-mode`` messages error ``(wrong-type-argument listp python-saved-check-command)`` time to time, making minibuffer bit noisy while editing notebook. +See Tips_ to fix this problem. Advanced @@ -434,7 +443,7 @@ web client. See `emacslisp.py`_ for more details. 6 .. _`emacslisp.py`: - https://github.com/tkf/emacs-ipython-notebook/blob/master/emacslisp.py + https://github.com/tkf/emacs-ipython-notebook/blob/master/tools/emacslisp.py Reporting issue @@ -499,6 +508,12 @@ Change Log v0.2 ---- +* Add helm/anything interface to search kernel history: + :el:symbol:`helm-ein-kernel-history` and + :el:symbol:`anything-ein-kernel-history`. + See also the configurable options to use these commands: + :el:symbol:`ein:helm-kernel-history-search-key` and + :el:symbol:`ein:anything-kernel-history-search-key`. * Preliminary support for multiple worksheets. * Rename notion of "scratch notebook" to "junk notebook". This is to avoid confusion with newly added "scratch sheet". diff --git a/genindex.html b/genindex.html index d226636..4d22e71 100644 --- a/genindex.html +++ b/genindex.html @@ -56,6 +56,12 @@ + + -
+
anything-ein-kernel-history (Lisp function) +
+ +
+
anything-ein-notebook-buffers (Lisp function)
@@ -70,6 +76,10 @@ +
ein:anything-kernel-history-search-key (Lisp variable) +
+ +
ein:cell-autoexec-prompt (Lisp variable)
@@ -138,6 +148,14 @@ +
ein:helm-kernel-history-search-auto-pattern (Lisp variable) +
+ + +
ein:helm-kernel-history-search-key (Lisp variable) +
+ +
ein:iexec-delay (Lisp variable)
@@ -173,6 +191,8 @@
ein:mumamo-headingcell-mode (Lisp variable)
+
ein:mumamo-htmlcell-mode (Lisp variable)
@@ -181,8 +201,6 @@
ein:mumamo-markdowncell-mode (Lisp variable)
-
ein:mumamo-rawcell-mode (Lisp variable)
@@ -302,6 +320,12 @@ +
+
helm-ein-kernel-history (Lisp function) +
+ +
+
helm-ein-notebook-buffers (Lisp function)
diff --git a/index.html b/index.html index 8f7f48c..3fab2ff 100644 --- a/index.html +++ b/index.html @@ -163,12 +163,13 @@ object).

This is a quick and clean way to try EIN separately from your Emacs setting. If you want to try EIN but think preparing all the requirements is too much, try this!:

-
git clone git://github.com/tkf/zeroein.git
-zeroein/zeroein.py
+
git clone git://github.com/tkf/emacs-ipython-notebook.git
+lisp/zeroein.el
-

This will launch a new Emacs instance. For more information, see:

-
zeroein/zeroein.py --help
-
+

This will launch a new Emacs instance.

+

You can use environment variable EMACS to control Emacs executable +to use.:

+
EMACS=emacs-snapshot lisp/zeroein.el
@@ -176,7 +177,7 @@ zeroein/zeroein.py
  • IPython 0.12 or higher.
  • websocket.el 0.9
  • -
  • (optional) mumamo: +
  • (optional) mumamo developmental version: It will be automatically loaded when it is on the path. The official way to setup path is to load nXhtml.
  • (optional) markdown-mode
  • @@ -303,9 +304,7 @@ Notebook is specified by a string NBPATH whose format is

    Open a notebook to try random thing. Notebook name is determined based on ein:junk-notebook-name-template.

    -

    When any prefix argument is given, this command asks notebook -name to be used. When two universal prefix arguments (i.e., -C-u C-u) are given, this command asks URL or port to use.

    +

    When prefix argument is given, it asks URL or port to use.

Keymap for ein:notebooklist-mode.

@@ -1242,12 +1241,24 @@ to install it if you are using newer Emacs.

Misc

+
+
+function helm-ein-kernel-history
+

Search kernel execution history then insert the selected one.

+
+
function helm-ein-notebook-buffers

Choose opened notebook using helm interface.

+
+
+function anything-ein-kernel-history
+

Search kernel execution history then insert the selected one.

+
+
function anything-ein-notebook-buffers
@@ -1376,12 +1387,16 @@ and the first usable mode is used. By default, MuMaMo is used when it is installed. If not, a simple mode derived from python-mode is used.

Examples:

-

Avoid using MuMaMo even when it is installed:

-
(setq ein:notebook-modes (delq 'ein:notebook-mumamo-mode ein:notebook-modes))
-
-

Do not use python-mode. Use plain mode when MuMaMo is not installed:

+

Use MuMaMo if it is installed. Otherwise, use plain mode. +This is the default setting:

(setq ein:notebook-modes '(ein:notebook-mumamo-mode ein:notebook-plain-mode))
+

Avoid using MuMaMo even when it is installed:

+
(setq ein:notebook-modes '(ein:notebook-plain-mode))
+
+

Use simple python-mode based notebook mode when MuMaMo is not installed:

+
(setq ein:notebook-modes '(ein:notebook-mumamo-mode ein:notebook-python-mode))
+
@@ -1448,6 +1463,39 @@ must be t
+
+
+variable ein:helm-kernel-history-search-key
+

Bind helm-ein-kernel-history to this key in notebook mode.

+

Example:

+
(setq ein:helm-kernel-history-search-key "\M-r")
+
+

This key will be installed in the ein:notebook-mode-map.

+
+ +
+
+variable ein:anything-kernel-history-search-key
+

Bind anything-ein-kernel-history to this key in notebook mode.

+

Example:

+
(setq ein:anything-kernel-history-search-key "\M-r")
+
+

This key will be installed in the ein:notebook-mode-map.

+
+ +
+
+variable ein:helm-kernel-history-search-auto-pattern
+

Automatically construct search pattern when non-nil.

+
    +
  1. Single space is converted to “*”.
  2. +
  3. A backslash followed by a space is converted to a single space.
  4. +
  5. A “*” is added at the end of the pattern.
  6. +
+

This variable applies to both helm-ein-kernel-history and +anything-ein-kernel-history.

+
+
variable ein:output-type-preference
@@ -1757,14 +1805,15 @@ the input area. It seems there is a bug in MuMaMo

Also, mumamo-idle-set-major-mode messages error (wrong-type-argument listp python-saved-check-command) -time to time, making minibuffer bit noisy while editing notebook.

+time to time, making minibuffer bit noisy while editing notebook. +See
Tips to fix this problem.

Advanced

By telling IPython a little bit about Emacs Lisp, you can execute Emacs Lisp from IPython, just like you can execute Javascript in the -web client. See emacslisp.py for more details.

+web client. See emacslisp.py for more details.

In [1]:
 %run PATH/TO/emacslisp.py
 
@@ -1834,6 +1883,12 @@ with ein:dev-st
 

v0.2

    +
  • Add helm/anything interface to search kernel history: +helm-ein-kernel-history and +anything-ein-kernel-history. +See also the configurable options to use these commands: +ein:helm-kernel-history-search-key and +ein:anything-kernel-history-search-key.
  • Preliminary support for multiple worksheets.
  • Rename notion of “scratch notebook” to “junk notebook”. This is to avoid confusion with newly added “scratch sheet”. diff --git a/searchindex.js b/searchindex.js index 3757a9b..c186032 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({objects:{},terms:{all:0,code:0,forget:0,scratch:0,global:0,prefix:0,follow:0,keybind:0,millisecond:0,whose:0,graph:0,debbug:0,send:0,iexec:0,init:0,program:0,queri:0,sourc:0,everi:0,string:0,util:0,upstream:0,veri:0,reopen:0,relev:0,magic:0,level:0,lisp:0,button:0,list:0,"try":0,item:0,quick:0,prepar:0,dir:0,pleas:0,prevent:0,markdowncel:0,jump:0,second:0,pass:0,download:0,further:0,port:0,append:0,even:0,index:0,what:0,hide:0,appear:0,section:0,current:0,delet:0,version:0,"new":0,net:0,junk:0,widget:0,full:0,chose:0,buri:0,gener:0,here:0,pytool:0,ewoc:0,slow:0,let:0,debugg:0,path:0,safer:0,vertic:0,sinc:0,valu:0,convert:0,produc:0,howev:0,keymap:0,doctest:0,chang:0,via:0,repositori:0,tweak:0,prefer:0,textcel:0,ask:0,api:0,visibl:0,instal:0,redo:0,select:0,highli:0,from:0,univers:0,regist:0,two:0,next:0,websit:0,almost:0,call:0,recommend:0,prev:0,type:0,tell:0,toggl:0,more:0,minim:0,relat:0,notic:0,warn:0,flag:0,indic:0,actual:0,cach:0,"1th":0,must:0,none:0,retriev:0,setup:0,work:0,focu:0,dev:0,histori:0,can:0,caveat:0,under:0,omit:0,prompt:0,want:0,give:0,process:0,share:0,templat:0,tab:0,onlin:0,plist:0,risk:0,delai:0,alwai:0,end:0,newlin:0,turn:0,spreadsheet:0,snippet:0,how:0,env:0,instead:0,simpl:0,updat:0,map:0,mess:0,max:0,clone:0,after:0,usabl:0,reflect:0,befor:0,wrong:0,"4th":0,goodi:0,mai:0,multipl:0,data:0,delq:0,github:0,ani:0,bind:0,secur:0,melpa:0,element:0,caus:0,inform:0,"switch":0,repl:0,environ:0,allow:0,enter:0,fallback:0,first:0,order:0,origin:0,help:0,over:0,move:0,becaus:0,jpeg:0,report:0,iopub:0,keyboard:0,hierarchi:0,group:0,directli:0,fix:0,better:0,segfault:0,window:0,html:0,restart:0,hidden:0,main:0,alter:0,non:0,"return":0,thei:0,python:0,auto:0,safe:0,alist:0,handi:0,initi:0,interrupt:0,now:0,complain:0,introduct:0,name:0,anyth:0,edit:0,hierarchymag:0,cell:0,separ:0,easili:0,fabian:0,mode:0,timeout:0,each:0,debug:0,found:0,higher:0,side:0,truncat:0,nxhtml:0,compil:0,replac:0,continu:0,realli:0,heavi:0,connect:0,differ:0,out:0,variabl:0,shown:0,screenshot:0,reload:0,newli:0,"7th":0,"5th":0,ret:0,content:0,nbpath:0,"5e4f74d1":0,adapt:0,print:0,notebooklist:0,"goto":0,insid:0,advanc:0,manipul:0,given:0,undo:0,standard:0,ajax:0,base:0,mime:0,put:0,org:0,"byte":0,care:0,indent:0,launch:0,traceback:0,gallina:0,timer:0,thing:0,notebook:0,outsid:0,confus:0,think:0,lambda:0,oper:0,info:0,major:0,render:0,onc:0,misc:0,number:0,hook:0,alreadi:0,"long":0,ring:0,open:0,gpl:0,avail:0,guess:0,sheet:0,workaround:0,licens:0,sometim:0,messag:0,too:0,store:0,includ:0,shell:0,consol:0,option:0,especi:0,fuzzi:0,gotcha:0,copi:0,listp:0,specifi:0,enclos:0,mostli:0,rst:0,png:0,reinstal:0,past:0,whenev:0,provid:0,remov:0,emac:0,horizont:0,"6th":0,posit:0,zeroein:0,browser:0,websocket:0,abov:0,viewer:0,argument:0,raw:0,have:0,tabl:0,need:0,seem:0,packag:0,issu:0,equival:0,callback:0,panda:0,note:0,also:0,exampl:0,take:0,autoexec:0,sure:0,distribut:0,normal:0,buffer:0,previou:0,"2th":0,most:0,plai:0,preset:0,pair:0,pager:0,"class":0,latex:0,don:0,url:0,clear:0,request:0,doe:0,tracker:0,determin:0,occasion:0,usual:0,someth:0,dot:0,yank:0,tkf:0,show:0,opposit:0,random:0,syntax:0,corner:0,fine:0,access:0,onli:0,explicitli:0,launchpad:0,pretti:0,menu:0,configur:0,releas:0,should:0,offici:0,headingcel:0,hit:0,get:0,stop:0,cannot:0,ssh:0,lighter:0,increas:0,requir:0,shr:0,enabl:0,patch:0,twice:0,integr:0,contain:0,where:0,view:0,wiki:0,kernel:0,set:0,helm:0,see:0,num:0,sec:0,result:0,arg:0,fail:0,close:0,deriv:0,infinit:0,boundari:0,misus:0,favor:0,between:0,"import":0,mumamo:0,popup:0,kei:0,javascript:0,extens:0,otherwis:0,ipython:0,come:0,addit:0,last:0,expos:0,region:0,equal:0,etc:0,instanc:0,"9646adea5172":0,mani:0,com:0,load:0,markdown:0,simpli:0,point:0,pop:0,solv:0,cancel:0,typic:0,assum:0,creat:0,tramp:0,three:0,empti:0,json:0,much:0,cbarg:0,interest:0,modif:0,immedi:0,quickli:0,gist:0,imag:0,search:0,anywher:0,understand:0,togeth:0,instant:0,those:0,"case":0,backtab:0,ident:0,look:0,gnu:0,plain:0,servic:0,batch:0,defin:0,"while":0,behavior:0,error:0,decreas:0,loos:0,loop:0,ein:0,propag:0,helper:0,omni:0,readi:0,"__main__":0,them:0,develop:0,welcom:0,obsolet:0,make:0,same:0,handl:0,complex:0,split:0,document:0,complet:0,development:0,finish:0,http:0,hostnam:0,nil:0,again:0,effect:0,remot:0,user:0,improv:0,stack:0,subpackag:0,off:0,macro:0,inherit:0,without:0,client:0,command:0,setq:0,thi:0,choos:0,aotoexec:0,everyth:0,latest:0,bellow:0,protocol:0,entri:0,just:0,object:0,tip:0,slime:0,rest:0,kill:0,heavili:0,flavor:0,querti:0,yet:0,previous:0,web:0,cut:0,easi:0,littl:0,add:0,other:0,input:0,save:0,minibuff:0,useless:0,bin:0,applic:0,which:0,format:0,read:0,emacslisp:0,know:0,backquot:0,bit:0,superpack:0,insert:0,like:0,specif:0,filenam:0,safest:0,manual:0,integ:0,server:0,either:0,output:0,smartrep:0,page:0,old:0,some:0,back:0,hacki:0,librari:0,freez:0,implement:0,avoid:0,preliminari:0,definit:0,tooltip:0,whole:0,usernam:0,retri:0,larg:0,deficit:0,my_notebook:0,localhost:0,cgi:0,who:0,run:0,power:0,inspect:0,usag:0,noisi:0,host:0,although:0,"__name__":0,post:0,about:0,rawcel:0,worksheet:0,unsav:0,idl:0,codecel:0,act:0,discard:0,mean:0,disabl:0,block:0,own:0,eval:0,bound:0,automat:0,down:0,pivot:0,your:0,merg:0,git:0,log:0,wai:0,area:0,execut:0,support:0,"3th":0,fast:0,custom:0,verbos:0,start:0,reli:0,trigger:0,interfac:0,"4e7e":0,lot:0,forward:0,"function":0,head:0,properli:0,reorgan:0,form:0,outdat:0,link:0,translat:0,newer:0,renam:0,line:0,inlin:0,bug:0,reset:0,pull:0,possibl:0,whether:0,maximum:0,below:0,minor:0,highlight:0,problem:0,similar:0,htmlcell:0,featur:0,evalu:0,eieio:0,bugreport:0,file:0,exist:0,face:0,check:0,probabl:0,imenu:0,ce91:0,when:0,detail:0,refactor:0,"default":0,valid:0,test:0,you:0,draw:0,repeat:0,clean:0,symbol:0,consid:0,singleton:0,scratchsheet:0,directori:0,svg:0,space:0,pseudo:0,notion:0,carriag:0,text:0,datafram:0,time:0,backward:0,"8th":0},objtypes:{},titles:["Welcome to Emacs IPython Notebook’s documentation!"],objnames:{},filenames:["index"]}) \ No newline at end of file +Search.setIndex({objects:{},terms:{all:0,code:0,forget:0,scratch:0,global:0,prefix:0,follow:0,keybind:0,millisecond:0,whose:0,graph:0,debbug:0,send:0,iexec:0,init:0,program:0,queri:0,sourc:0,everi:0,string:0,util:0,upstream:0,veri:0,reopen:0,relev:0,magic:0,level:0,lisp:0,button:0,list:0,"try":0,item:0,quick:0,prepar:0,dir:0,pleas:0,prevent:0,markdowncel:0,jump:0,second:0,pass:0,download:0,further:0,port:0,append:0,even:0,index:0,what:0,hide:0,appear:0,section:0,access:0,delet:0,version:0,"new":0,net:0,junk:0,widget:0,full:0,chose:0,buri:0,gener:0,here:0,pytool:0,ewoc:0,slow:0,let:0,debugg:0,path:0,safer:0,vertic:0,sinc:0,valu:0,search:0,produc:0,howev:0,keymap:0,doctest:0,chang:0,via:0,repositori:0,appli:0,prefer:0,textcel:0,ask:0,api:0,visibl:0,instal:0,redo:0,select:0,highli:0,from:0,regist:0,two:0,next:0,websit:0,almost:0,call:0,recommend:0,prev:0,type:0,tell:0,toggl:0,more:0,minim:0,relat:0,notic:0,warn:0,flag:0,indic:0,actual:0,cach:0,"1th":0,must:0,none:0,retriev:0,setup:0,work:0,focu:0,dev:0,histori:0,can:0,caveat:0,under:0,control:0,traceback:0,prompt:0,want:0,give:0,process:0,share:0,backslash:0,templat:0,tab:0,onlin:0,plist:0,risk:0,delai:0,alwai:0,end:0,newlin:0,turn:0,spreadsheet:0,snippet:0,how:0,env:0,instead:0,simpl:0,updat:0,map:0,mess:0,max:0,clone:0,after:0,usabl:0,reflect:0,befor:0,wrong:0,"4th":0,goodi:0,mai:0,multipl:0,data:0,github:0,ani:0,bind:0,secur:0,melpa:0,element:0,caus:0,inform:0,"switch":0,repl:0,environ:0,allow:0,enter:0,fallback:0,first:0,order:0,origin:0,help:0,over:0,move:0,becaus:0,jpeg:0,report:0,iopub:0,keyboard:0,hierarchi:0,group:0,directli:0,fix:0,better:0,segfault:0,window:0,html:0,restart:0,hidden:0,main:0,alter:0,non:0,"return":0,thei:0,python:0,auto:0,safe:0,alist:0,handi:0,initi:0,interrupt:0,now:0,complain:0,introduct:0,name:0,anyth:0,edit:0,hierarchymag:0,cell:0,separ:0,easili:0,fabian:0,mode:0,timeout:0,each:0,debug:0,found:0,higher:0,side:0,truncat:0,nxhtml:0,compil:0,replac:0,continu:0,realli:0,heavi:0,connect:0,differ:0,out:0,variabl:0,shown:0,screenshot:0,space:0,newli:0,"7th":0,"5th":0,ret:0,content:0,nbpath:0,"5e4f74d1":0,adapt:0,print:0,notebooklist:0,"goto":0,insid:0,advanc:0,manipul:0,given:0,undo:0,standard:0,ajax:0,base:0,mime:0,put:0,org:0,"byte":0,care:0,indent:0,launch:0,omit:0,gallina:0,timer:0,thing:0,notebook:0,outsid:0,confus:0,think:0,lambda:0,oper:0,info:0,major:0,render:0,onc:0,misc:0,number:0,hook:0,alreadi:0,messag:0,ring:0,open:0,gpl:0,avail:0,guess:0,"long":0,sheet:0,workaround:0,licens:0,sometim:0,construct:0,too:0,store:0,includ:0,shell:0,consol:0,option:0,especi:0,fuzzi:0,gotcha:0,copi:0,listp:0,specifi:0,enclos:0,mostli:0,rst:0,png:0,reinstal:0,past:0,whenev:0,provid:0,remov:0,emac:0,horizont:0,"6th":0,posit:0,zeroein:0,browser:0,websocket:0,abov:0,viewer:0,argument:0,raw:0,have:0,tabl:0,need:0,seem:0,packag:0,issu:0,equival:0,callback:0,panda:0,note:0,also:0,exampl:0,take:0,autoexec:0,singl:0,sure:0,distribut:0,normal:0,buffer:0,previou:0,"2th":0,most:0,plai:0,preset:0,pair:0,pager:0,"class":0,latex:0,don:0,url:0,clear:0,request:0,doe:0,snapshot:0,tracker:0,determin:0,occasion:0,latest:0,someth:0,dot:0,yank:0,tkf:0,show:0,opposit:0,random:0,syntax:0,corner:0,fine:0,current:0,onli:0,explicitli:0,launchpad:0,pretti:0,menu:0,configur:0,releas:0,should:0,offici:0,headingcel:0,hit:0,get:0,stop:0,cannot:0,ssh:0,lighter:0,increas:0,requir:0,shr:0,enabl:0,possibl:0,patch:0,twice:0,integr:0,contain:0,where:0,view:0,wiki:0,kernel:0,set:0,helm:0,see:0,num:0,sec:0,result:0,arg:0,fail:0,close:0,deriv:0,infinit:0,pattern:0,boundari:0,misus:0,favor:0,between:0,"import":0,mumamo:0,popup:0,kei:0,javascript:0,extens:0,otherwis:0,ipython:0,come:0,addit:0,both:0,last:0,expos:0,region:0,equal:0,etc:0,instanc:0,"9646adea5172":0,mani:0,com:0,load:0,markdown:0,simpli:0,point:0,pop:0,solv:0,cancel:0,typic:0,assum:0,creat:0,tramp:0,three:0,empti:0,json:0,much:0,cbarg:0,interest:0,modif:0,immedi:0,quickli:0,gist:0,imag:0,convert:0,anywher:0,understand:0,togeth:0,instant:0,those:0,"case":0,backtab:0,ident:0,look:0,gnu:0,plain:0,servic:0,batch:0,defin:0,"while":0,behavior:0,error:0,decreas:0,loos:0,loop:0,ein:0,propag:0,helper:0,omni:0,readi:0,"__main__":0,them:0,develop:0,welcom:0,obsolet:0,make:0,same:0,handl:0,complex:0,split:0,document:0,complet:0,development:0,finish:0,http:0,hostnam:0,nil:0,again:0,effect:0,remot:0,user:0,improv:0,stack:0,subpackag:0,off:0,macro:0,inherit:0,without:0,client:0,command:0,setq:0,thi:0,choos:0,aotoexec:0,everyth:0,usual:0,bellow:0,protocol:0,entri:0,just:0,object:0,tip:0,slime:0,rest:0,kill:0,heavili:0,flavor:0,querti:0,yet:0,previous:0,web:0,cut:0,easi:0,littl:0,add:0,other:0,tweak:0,input:0,save:0,minibuff:0,useless:0,bin:0,applic:0,which:0,format:0,read:0,emacslisp:0,know:0,backquot:0,bit:0,superpack:0,insert:0,like:0,specif:0,filenam:0,safest:0,manual:0,integ:0,server:0,either:0,output:0,smartrep:0,page:0,old:0,some:0,back:0,hacki:0,librari:0,freez:0,implement:0,avoid:0,preliminari:0,definit:0,tooltip:0,whole:0,usernam:0,retri:0,larg:0,deficit:0,my_notebook:0,localhost:0,cgi:0,who:0,run:0,power:0,inspect:0,usag:0,noisi:0,host:0,although:0,"__name__":0,post:0,about:0,rawcel:0,worksheet:0,unsav:0,idl:0,codecel:0,act:0,discard:0,mean:0,disabl:0,block:0,own:0,eval:0,bound:0,automat:0,down:0,pivot:0,your:0,merg:0,git:0,log:0,wai:0,area:0,execut:0,support:0,"3th":0,fast:0,custom:0,verbos:0,start:0,reli:0,trigger:0,interfac:0,"4e7e":0,lot:0,forward:0,"function":0,head:0,properli:0,reorgan:0,form:0,outdat:0,link:0,translat:0,newer:0,renam:0,line:0,inlin:0,bug:0,reset:0,pull:0,reload:0,whether:0,maximum:0,below:0,minor:0,highlight:0,problem:0,similar:0,htmlcell:0,featur:0,evalu:0,eieio:0,bugreport:0,file:0,exist:0,face:0,check:0,probabl:0,imenu:0,ce91:0,when:0,detail:0,refactor:0,"default":0,valid:0,test:0,you:0,draw:0,repeat:0,clean:0,symbol:0,consid:0,singleton:0,scratchsheet:0,directori:0,svg:0,pseudo:0,notion:0,carriag:0,text:0,datafram:0,time:0,backward:0,"8th":0},objtypes:{},titles:["Welcome to Emacs IPython Notebook’s documentation!"],objnames:{},filenames:["index"]}) \ No newline at end of file