From a67ca654307e9d25bab1992b03b00c44844f6029 Mon Sep 17 00:00:00 2001
From: John Miller
+
(package-initialize)
(require 'ein)
-(require 'ein-loaddefs)
(require 'ein-notebook)
(require 'ein-subpackages)
(optional) Jupyterhub_ 0.8 or higher: +
(optional) Jupyterhub_ 0.8 or higher: EIN supports logging in to Jupyterhub servers using PAM authentication, though this only works with v0.8, which currently is the development version of Jupyterhub.
@@ -291,7 +290,7 @@ EIEIO and json.el.[3] | See + |
[3] | See Gotchas and caveats > python-mode.el. |
Here is the minimal configuration. See customization_ for more details.
+Here is the minimal configuration. See customization_ for more details.
(require 'ein)
-(require 'ein-loaddefs)
(require 'ein-notebook)
(require 'ein-subpackages)
Note that the below work best with current (> v4.3.1) versions of jupyter.
ein:jupyter-server-start
server-cmd-path notebook-directory &optional no-login-after-start-p no-popup)¶Start the jupyter notebook server at the given path.
+function (ein:jupyter-server-start
server-cmd-path notebook-directory &optional no-login-p login-callback)¶
+Start SERVER-CMD_PATH with --notebook-dir
NOTEBOOK-DIRECTORY. Login after connection established unless NO-LOGIN-P is set. LOGIN-CALLBACK taking single argument, the buffer created by ein:notebooklist-open–finish.
This command opens an asynchronous process running the jupyter
-notebook server and then tries to detect the url and token to
+notebook server and then tries to detect the url and password to
generate automatic calls to ein:notebooklist-login
and
ein:notebooklist-open
.
With C-u prefix arg, it will prompt the user for the path to @@ -407,7 +405,7 @@ the log of the running jupyter server.
ein:jupyter-server-stop
&optional force)¶ein:jupyter-server-stop
&optional force log)¶
Stop a running jupyter notebook server.
Use this command to stop a running jupyter notebook server. If there is no running server then no action will be taken.
@@ -415,7 +413,7 @@ there is no running server then no action will be taken.ein:jupyter-server-login-and-open
&optional no-popup)¶ein:jupyter-server-login-and-open
&optional callback)¶
Log in and open a notebooklist buffer for a running jupyter notebook server.
Determine if there is a running jupyter server (started via a
call to Open notebook list buffer. This is now an alias for ein:notebooklist-login Ask server to create a new notebook and open it in a new buffer. TODO - New and open should be separate, and we should flag an exception if we try to new an existing. Choose notebook from all opened notebook list and open it.
-Notebook is specified by a string NBPATH whose format is
-“URL-OR-PORT/NOTEBOOK-NAME”. When used in lisp, CALLBACK and CBARGS are passed to ein:jupyter-server-start
) and then try to guess if
@@ -431,29 +429,27 @@ via a call to
ein:notebooklist-open
&optional url-or-port path no-popup)¶ein:notebooklist-open
url-or-port callback)¶
+
ein:notebooklist-new-notebook
&optional url-or-port kernelspec path callback cbargs)¶ein:notebooklist-new-notebook
&optional url-or-port kernelspec path callback)¶
+function ein:notebooklist-open-notebook-global
nbpath &optional callback cbargs)¶ein:notebook-open
.ein:notebooklist-open-notebook-global
¶
+
ein:notebooklist-login
url-or-port password &optional retry-p)¶Login to IPython notebook server.
+function (ein:notebooklist-login
url-or-port callback)¶
+Deal with security before main entry of ein:notebooklist-open*.
+CALLBACK takes one argument, the buffer created by ein:notebooklist-open–success.
C-c C-f
ein:file-open
C-c C-o
ein:notebook-open
Returns notebook at URL-OR-PORT/PATH. +Note that notebook sends for its contents and won’t have them right away.
+After the notebook is opened, CALLBACK is called as:
+(funcall CALLBACK notebook created)
+
where created
indicates a new notebook or an existing one.
TODO - This function should not be used to switch to an existing +notebook buffer. Let’s warn for now to see who is doing this.
+p
ein:notebooklist-prev-item
C-c C-f
ein:pytools-request-tooltip-or-help
C-c C-h
ein:pytools-request-tooltip-or-help
Show the help for the object at point using tooltip.
When the prefix argument C-u
is given, open the help in the
@@ -949,16 +966,22 @@ as usual.
C-c C-o
ein:console-open
C-c C-f
ein:file-open
+C-c C-o
ein:notebook-open
Open IPython console.
-To use this function, ein:console-security-dir
and
-ein:console-args
must be set properly.
-This function works best with the new python.el which is shipped
-with Emacs 24.2 or later. If you don’t have it, this function
-opens a “plain” command line interpreter (comint) buffer where
-you cannot use fancy stuff such as TAB completion.
-It should be possible to support python-mode.el. Patches are welcome!
Returns notebook at URL-OR-PORT/PATH. +Note that notebook sends for its contents and won’t have them right away.
+After the notebook is opened, CALLBACK is called as:
+(funcall CALLBACK notebook created)
+
where created
indicates a new notebook or an existing one.
TODO - This function should not be used to switch to an existing +notebook buffer. Let’s warn for now to see who is doing this.
Toggle auto-execution mode of the current connected buffer.
When auto-execution mode is on, cells in connected notebook will -be automatically executed whenever run, eval or reload command [3] +be automatically executed whenever run, eval or reload command [3] is called in this buffer.
-[4] | Namely, one of @@ -1768,7 +1791,7 @@ plt.plot(x,y)You can also link to an IPython notebook from org-mode files.
@@ -1811,8 +1834,8 @@ kernel!
-If you are running a hy kernel you can, of course, write hy expressions in code cells and have the expected results.
- Customization¶+
+ Customization¶You can customize EIN by typing
@@ -1866,8 +1889,8 @@ commands is fine.
-
- Notebook list¶+ -
- Notebook¶+
+ Notebook¶
- Jedi.el¶+
+
-Jedi.el¶
- Misc¶+
+ Misc¶curl
nil as curl is reliable than url-retrieve therefore no need for
a workaround (see below).
If you do the same operation before the timeout, old operation
-will be canceled (see also Note This value exists because it looks like
- MuMaMo¶+
+ MuMaMo¶When using MuMaMo based notebook mode, you will notice that highlighting outside of the cell input is turned off while you are in -the input area. It seems there is a bug in MuMaMo [6]. +the input area. It seems there is a bug in MuMaMo [6].If you are using smartrep and MuMaMo together, see also the warning in
- websocket.el¶+
+ websocket.el¶websocket.el has its own logging buffer. Sometime it is useful to see this log. To do this:
Also some quality of life improvements for the completion backend. The code should be more robust, sort of supports jedi, and works when in a connected -buffer. And, if you set `ein:use-company-annotations’ to `t’ you will get +buffer. And, if you set `ein:use-company-annotations’ to `t’ you will get annotation in the matches list, though there may be an initial performance hit as ein builds a cache of of function definitions. Add basic support for eldoc. diff --git a/searchindex.js b/searchindex.js index c36e66f..6099c5e 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["index"],envversion:51,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"1th":0,"2th":0,"3th":0,"4e7e":0,"4th":0,"5e4f74d1":0,"5th":0,"6th":0,"7th":0,"8th":0,"9646adea5172":0,"boolean":0,"byte":0,"case":0,"class":0,"default":0,"export":0,"final":0,"function":0,"goto":0,"import":0,"long":0,"new":0,"return":0,"switch":0,"true":0,"while":0,Added:0,And:0,But:0,For:0,Its:0,SES:0,Then:0,There:0,These:0,Use:0,With:0,__main__:0,__name__:0,abil:0,abort:0,about:0,abov:0,access:0,act:0,action:0,activ:0,actual:0,adapt:0,add:0,added:0,adding:0,addit:0,after:0,again:0,age:0,ajax:0,ala:0,alabast:0,alist:0,all:0,allow:0,almost:0,alreadi:0,also:0,alter:0,although:0,alwai:0,among:0,ani:0,annot:0,anoth:0,anyon:0,anyth:0,anywher:0,aotoexec:0,apart:0,api:0,appear:0,append:0,appli:0,applic:0,appreci:0,appropri:0,area:0,arg:0,argument:0,around:0,ask:0,assum:0,async:0,asynchron:0,asyncron:0,attempt:0,attribut:0,authent:0,auto:0,autoexec:0,automat:0,autosav:0,avail:0,avoid:0,babel:0,babi:0,back:0,backend:0,backquot:0,backslash:0,backtab:0,backtrac:0,backward:0,base:0,basi:0,basic:0,batch:0,becaus:0,been:0,befor:0,begin:0,begin_src:0,behavior:0,being:0,bellow:0,below:0,best:0,better:0,between:0,bin:0,bind:0,bit:0,blob:0,block:0,book:0,both:0,bound:0,boundari:0,browser:0,bug:0,bugfix:0,buggi:0,bugreport:0,build:0,built:0,builtin:0,button:0,cach:0,call:0,callback:0,can:0,cancel:0,cannot:0,care:0,carriag:0,cask:0,caus:0,cbarg:0,ce91:0,cell:0,cgi:0,channel:0,charact:0,check:0,checkpoint:0,cherri:0,choos:0,chose:0,clear:0,client:0,close:0,cmd:0,code:0,codecel:0,com:0,come:0,comint:0,common:0,commun:0,compani:0,compat:0,compil:0,complet:0,complex:0,configur:0,confus:0,consid:0,construct:0,contain:0,content:0,continu:0,contribut:0,control:0,convert:0,copi:0,corner:0,correct:0,correctli:0,corrupt:0,countent:0,cours:0,creat:0,curl:0,current:0,cursor:0,customiz:0,customization_:0,cut:0,dai:0,dash:0,data:0,datafram:0,debbug:0,debugg:0,defer:0,deficit:0,defin:0,definit:0,del:0,delai:0,delet:0,depend:0,dependen:0,deprec:0,describ:0,detail:0,detect:0,determin:0,dev:0,develop:0,development:0,difficult:0,digit:0,dimitri:0,dir:0,directli:0,directori:0,disabl:0,discard:0,displai:0,distribut:0,doctest:0,document:0,doe:0,don:0,done:0,dot:0,down:0,download:0,draw:0,drop:0,due:0,duplic:0,dure:0,dynam:0,each:0,earlier:0,easili:0,ebann:0,effect:0,eieio:0,ein:0,either:0,eldoc:0,element:0,els:0,emacsen:0,emacslisp:0,empti:0,enabl:0,enclos:0,encod:0,end:0,end_src:0,engin:0,english:0,enhanc:0,enter:0,entri:0,env:0,environ:0,equal:0,equival:0,error:0,especi:0,essenti:0,etc:0,eval:0,evalu:0,even:0,everi:0,everyth:0,ewoc:0,exampl:0,execut:0,exist:0,exit:0,expand:0,expect:0,experi:0,expir:0,explicitli:0,expos:0,express:0,extens:0,extern:0,face:0,fact:0,fail:0,fallback:0,fanci:0,fast:0,fastest:0,favor:0,featur:0,few:0,file:0,filenam:0,fine:0,finish:0,first:0,fix:0,flag:0,flavor:0,focu:0,follow:0,fontif:0,forc:0,forget:0,forgot:0,form:0,format:0,forward:0,found:0,fragment:0,freez:0,frequenc:0,full:0,further:0,fuzzi:0,galeo:0,gener:0,getpass:0,gist:0,github:0,give:0,given:0,global:0,gnu:0,going:0,goodi:0,gpl:0,grace:0,graph:0,group:0,guess:0,hacki:0,handi:0,handl:0,happen:0,has:0,have:0,haven:0,head:0,headingcel:0,heavi:0,heavili:0,hello:0,helm:0,help:0,helper:0,here:0,hidden:0,hide:0,hierarchi:0,hierarchymag:0,higher:0,highli:0,highlight:0,histori:0,hit:0,hook:0,horizont:0,host:0,hostnam:0,hour:0,how:0,howev:0,html:0,htmlcell:0,http:0,ident:0,idl:0,iexec:0,imag:0,imenu:0,immedi:0,imperfectli:0,implement:0,improv:0,includ:0,indent:0,index:0,infinit:0,info:0,inform:0,inherit:0,init:0,initi:0,inlin:0,input:0,insert:0,insid:0,inspect:0,instant:0,instead:0,instruct:0,integ:0,interac:0,interact:0,interest:0,interfac:0,interpret:0,interrupt:0,introduc:0,introduct:0,iopub:0,ipbd:0,ipdb:0,ipynb:0,isn:0,item:0,its:0,javascript:0,job:0,john:0,jpeg:0,json:0,jump:0,junk:0,jupyterhub:0,jupyterhub_:0,just:0,keep:0,keepal:0,kei:0,kernel:0,kernel_info:0,kernelspec:0,keyboard:0,keymap:0,kill:0,know:0,lack:0,lambda:0,larg:0,last:0,later:0,latest:0,latex:0,launchpad:0,layer:0,least:0,leav:0,less:0,let:0,level:0,librari:0,life:0,lighter:0,like:0,limit:0,line:0,link:0,linspac:0,lisp:0,listp:0,littl:0,load:0,loaddef:0,localhost:0,login:0,longer:0,look:0,loop:0,lose:0,lot:0,lucki:0,mac:0,macro:0,magic:0,mai:0,main:0,maintain:0,major:0,make:0,manag:0,mani:0,manipul:0,manner:0,map:0,markdown:0,markdowncel:0,mascot:0,master:0,match:0,matplotlib:0,max:0,mean:0,measur:0,menu:0,merg:0,messag:0,metadata:0,millejoh:0,miller:0,millisecond:0,mime:0,minibuff:0,minim:0,minor:0,misus:0,modern:0,modifi:0,more:0,most:0,mostli:0,move:0,movement:0,much:0,multilang:0,multipl:0,must:0,my_notebook:0,name:0,nbconvert:0,nbformat:0,nbpath:0,need:0,neg:0,net:0,never:0,newer:0,newli:0,newlin:0,next:0,nil:0,noisi:0,non:0,none:0,normal:0,notabl:0,note:0,notebooklist:0,notic:0,notion:0,now:0,num:0,number:0,numer:0,numpi:0,nxhtml:0,object:0,obsolet:0,occasion:0,off:0,offici:0,old:0,older:0,omit:0,omni:0,onc:0,one:0,ones:0,onli:0,onlin:0,open:0,oper:0,opposit:0,option:0,order:0,orderd:0,origin:0,other:0,otherwis:0,our:0,out:0,outdat:0,outsid:0,over:0,overwrit:0,own:0,page:0,pager:0,pair:0,pam:0,panda:0,paramet:0,part:0,partial:0,particularli:0,pass:0,password:0,past:0,patch:0,path:0,patrickeganfolei:0,pattern:0,pdb:0,per:0,perform:0,period:0,pick:0,piec:0,pivot:0,place:0,plai:0,plain:0,pleas:0,plist:0,plot:0,plt:0,png:0,point:0,pop:0,popup:0,port:0,posit:0,possibl:0,post:0,potenti:0,power:0,prefer:0,prefix:0,preliminari:0,preset:0,pretti:0,prev:0,prevent:0,previou:0,previous:0,print:0,probabl:0,problem:0,process:0,produc:0,profil:0,program:0,project:0,prompt:0,propag:0,properli:0,protect:0,protocol:0,provid:0,pseudo:0,pull:0,put:0,pyplot:0,qualiti:0,queri:0,querti:0,quickli:0,quickstart:0,quit:0,rand:0,random:0,raw:0,rawcel:0,rcp:0,read:0,readi:0,real:0,realli:0,recent:0,recip:0,recommend:0,redirect:0,refactor:0,refer:0,reflect:0,refresh:0,region:0,regist:0,rejoic:0,relat:0,releas:0,relev:0,reli:0,reliabl:0,reload:0,remap:0,remot:0,remov:0,renam:0,render:0,reopen:0,repeat:0,repl:0,replac:0,repositori:0,request:0,reset:0,rest:0,restart:0,restor:0,result:0,ret:0,retri:0,revert:0,rid:0,right:0,ring:0,risk:0,robust:0,root:0,rst:0,safe:0,safer:0,safest:0,sai:0,sam:0,same:0,save:0,scratch:0,scratchsheet:0,screenshot:0,scroll:0,search:0,sec:0,second:0,section:0,secur:0,see:0,seem:0,segfault:0,select:0,self:0,send:0,sent:0,separ:0,seriou:0,servic:0,servier:0,ses:0,session:0,set:0,setq:0,sheet:0,shell:0,ship:0,should:0,show:0,shown:0,shr:0,side:0,similar:0,simpl:0,sinc:0,singl:0,singleton:0,skewer:0,skip:0,slew:0,slide:0,slideshow:0,slime:0,slow:0,small:0,smartrep:0,smoother:0,snippet:0,solut:0,some:0,someth:0,sometim:0,soon:0,sort:0,sourc:0,space:0,spacemac:0,spate:0,spc:0,special:0,specif:0,specifi:0,split:0,spreadsheet:0,ssh:0,stabil:0,stabl:0,stack:0,standard:0,start:0,stdin:0,step:0,still:0,stop:0,store:0,string:0,stuff:0,submit:0,subslid:0,superpack:0,sure:0,surpris:0,svg:0,symbol:0,syntax:0,sys:0,system:0,tab:0,take:0,taken:0,talk:0,tell:0,templat:0,temporari:0,term:0,termin:0,test:0,text:0,textcel:0,than:0,thank:0,thei:0,them:0,theme:0,theori:0,therefor:0,thi:0,thing:0,think:0,those:0,though:0,three:0,through:0,time:0,timeout:0,timer:0,tip:0,togeth:0,toggl:0,token:0,too:0,tooltip:0,tornado:0,toward:0,tracker:0,tramp:0,translat:0,travi:0,tri:0,trigger:0,truncat:0,turn:0,tweak:0,two:0,type:0,typic:0,undefin:0,under:0,understand:0,undo:0,unless:0,unnecessari:0,unsav:0,untitl:0,updat:0,upstream:0,usabl:0,use:0,used:0,useful:0,useless:0,user:0,usernam:0,using:0,usual:0,util:0,valid:0,valu:0,variabl:0,verbos:0,veri:0,version:0,vertic:0,via:0,view:0,visibl:0,wai:0,want:0,warn:0,watch:0,web:0,websit:0,week:0,welcom:0,when:0,whenev:0,where:0,whether:0,which:0,who:0,whole:0,whose:0,widget:0,wiki:0,window:0,within:0,without:0,work:0,workaround:0,worksheet:0,write:0,wrong:0,yank:0,yet:0,you:0,your:0,zero:0,zeroein:0},titles:["The Emacs IPython Notebook"],titleterms:{"try":0,The:0,Using:0,advanc:0,buffer:0,caveat:0,chang:0,command:0,connect:0,consol:0,custom:0,debug:0,edit:0,emac:0,experiment:0,from:0,get:0,gotcha:0,indic:0,instal:0,integr:0,ipython:0,issu:0,jedi:0,jupyt:0,keybind:0,languag:0,licens:0,list:0,log:0,manual:0,melpa:0,misc:0,mode:0,mumamo:0,notebook:0,org:0,output:0,packag:0,python:0,pytool:0,quick:0,report:0,requir:0,retriev:0,run:0,server:0,setup:0,share:0,subpackag:0,support:0,tabl:0,traceback:0,url:0,usag:0,viewer:0,websocket:0}}) \ No newline at end of file +Search.setIndex({docnames:["index"],envversion:51,filenames:["index.rst"],objects:{},objnames:{},objtypes:{},terms:{"1th":0,"2th":0,"3th":0,"4e7e":0,"4th":0,"5e4f74d1":0,"5th":0,"6th":0,"7th":0,"8th":0,"9646adea5172":0,"byte":0,"case":0,"class":0,"default":0,"export":0,"final":0,"function":0,"goto":0,"import":0,"long":0,"new":0,"return":0,"switch":0,"true":0,"while":0,Added:0,And:0,But:0,For:0,Its:0,SES:0,Then:0,There:0,These:0,Use:0,With:0,__main__:0,__name__:0,abil:0,abort:0,about:0,abov:0,access:0,act:0,action:0,activ:0,actual:0,adapt:0,add:0,added:0,adding:0,addit:0,after:0,again:0,age:0,ala:0,alabast:0,alia:0,alist:0,all:0,allow:0,almost:0,alreadi:0,also:0,alter:0,although:0,alwai:0,among:0,ani:0,annot:0,anoth:0,anyon:0,anyth:0,anywher:0,aotoexec:0,apart:0,api:0,appear:0,append:0,appli:0,applic:0,appreci:0,appropri:0,area:0,arg:0,argument:0,around:0,ask:0,assum:0,async:0,asynchron:0,asyncron:0,attempt:0,attribut:0,authent:0,auto:0,autoexec:0,automat:0,autosav:0,avail:0,avoid:0,awai:0,babel:0,babi:0,back:0,backend:0,backquot:0,backslash:0,backtab:0,backtrac:0,backward:0,base:0,basi:0,basic:0,batch:0,becaus:0,been:0,befor:0,begin:0,begin_src:0,behavior:0,being:0,bellow:0,below:0,best:0,better:0,between:0,bin:0,bind:0,bit:0,blob:0,block:0,book:0,both:0,bound:0,boundari:0,browser:0,bug:0,bugfix:0,buggi:0,bugreport:0,build:0,built:0,builtin:0,button:0,cach:0,call:0,callback:0,can:0,cancel:0,cannot:0,care:0,carriag:0,cask:0,caus:0,ce91:0,cell:0,cgi:0,channel:0,charact:0,check:0,checkpoint:0,cherri:0,choos:0,chose:0,clear:0,client:0,clobber:0,close:0,cmd:0,cmd_path:0,code:0,codecel:0,com:0,come:0,comint:0,common:0,commun:0,compani:0,compat:0,compil:0,complet:0,complex:0,configur:0,confus:0,consid:0,construct:0,contain:0,content:0,continu:0,contribut:0,control:0,convert:0,cooki:0,copi:0,corner:0,correct:0,correctli:0,countent:0,cours:0,creat:0,curl:0,current:0,cursor:0,customiz:0,customization_:0,cut:0,dai:0,dash:0,data:0,datafram:0,deal:0,debbug:0,debugg:0,defer:0,deficit:0,defin:0,definit:0,del:0,delai:0,delet:0,depend:0,dependen:0,deprec:0,describ:0,detail:0,detect:0,determin:0,dev:0,develop:0,development:0,difficult:0,digit:0,dimitri:0,dir:0,directli:0,directori:0,disabl:0,discard:0,displai:0,distribut:0,doctest:0,document:0,doe:0,doing:0,don:0,done:0,dot:0,down:0,download:0,draw:0,drop:0,due:0,duplic:0,dure:0,dynam:0,each:0,earlier:0,easili:0,ebann:0,effect:0,eieio:0,ein:0,either:0,eldoc:0,element:0,els:0,emacsen:0,emacslisp:0,empti:0,enabl:0,enclos:0,encod:0,end:0,end_src:0,engin:0,english:0,enhanc:0,enter:0,entri:0,env:0,environ:0,equal:0,equival:0,error:0,especi:0,essenti:0,establish:0,etc:0,eval:0,evalu:0,even:0,everi:0,everyth:0,ewoc:0,exampl:0,except:0,execut:0,exist:0,exit:0,expand:0,expect:0,experi:0,expir:0,explicitli:0,expos:0,express:0,extens:0,extern:0,face:0,fact:0,fail:0,fallback:0,fanci:0,fast:0,fastest:0,favor:0,featur:0,few:0,file:0,filenam:0,fine:0,finish:0,first:0,fix:0,flag:0,flavor:0,focu:0,follow:0,fontif:0,forc:0,forget:0,forgot:0,form:0,format:0,forward:0,found:0,fragment:0,freez:0,freqenc:0,frequenc:0,full:0,funcal:0,further:0,fuzzi:0,galeo:0,gener:0,getpass:0,gist:0,github:0,give:0,given:0,global:0,gnu:0,going:0,goodi:0,gpl:0,grace:0,graph:0,group:0,guess:0,hacki:0,handi:0,handl:0,happen:0,has:0,have:0,haven:0,head:0,headingcel:0,heavi:0,heavili:0,hello:0,helm:0,help:0,helper:0,here:0,hidden:0,hide:0,hierarchi:0,hierarchymag:0,higher:0,highli:0,highlight:0,histori:0,hit:0,hook:0,horizont:0,host:0,hostnam:0,hour:0,how:0,howev:0,html:0,htmlcell:0,http:0,ident:0,idl:0,iexec:0,imag:0,imenu:0,immedi:0,imperfectli:0,implement:0,improv:0,includ:0,indent:0,index:0,infinit:0,info:0,inform:0,inherit:0,init:0,initi:0,inlin:0,input:0,insert:0,insid:0,inspect:0,instant:0,instead:0,instruct:0,integ:0,interac:0,interact:0,interest:0,interfac:0,interpret:0,interrupt:0,introduc:0,introduct:0,iopub:0,ipbd:0,ipdb:0,ipep15:0,ipynb:0,isn:0,item:0,its:0,jar:0,javascript:0,job:0,john:0,jpeg:0,json:0,jump:0,junk:0,jupyterhub:0,jupyterhub_:0,just:0,keep:0,keepal:0,kei:0,kernel:0,kernel_info:0,kernelspec:0,keyboard:0,keymap:0,kill:0,know:0,lack:0,lambda:0,larg:0,last:0,later:0,latest:0,latex:0,launchpad:0,layer:0,least:0,leav:0,less:0,let:0,level:0,librari:0,life:0,lighter:0,like:0,limit:0,line:0,link:0,linspac:0,lisp:0,listp:0,littl:0,load:0,localhost:0,login:0,longer:0,look:0,loop:0,lose:0,lot:0,lucki:0,mac:0,macro:0,magic:0,mai:0,main:0,maintain:0,major:0,make:0,manag:0,mani:0,manipul:0,manner:0,map:0,markdown:0,markdowncel:0,mascot:0,master:0,match:0,matplotlib:0,max:0,mean:0,measur:0,menu:0,merg:0,messag:0,metadata:0,millejoh:0,miller:0,millisecond:0,mime:0,minibuff:0,minim:0,minor:0,misus:0,modern:0,modifi:0,more:0,most:0,mostli:0,move:0,movement:0,much:0,multilang:0,multipl:0,must:0,my_notebook:0,name:0,nbconvert:0,nbformat:0,need:0,neg:0,net:0,never:0,newer:0,newli:0,newlin:0,next:0,nil:0,noisi:0,non:0,none:0,normal:0,notabl:0,note:0,notebooklist:0,notic:0,notion:0,now:0,num:0,number:0,numer:0,numpi:0,nxhtml:0,object:0,obsolet:0,occasion:0,off:0,offici:0,old:0,older:0,omit:0,omni:0,onc:0,one:0,ones:0,onli:0,onlin:0,open:0,oper:0,oppos:0,opposit:0,option:0,order:0,orderd:0,origin:0,other:0,otherwis:0,our:0,out:0,outdat:0,outsid:0,over:0,overwrit:0,own:0,page:0,pager:0,pair:0,pam:0,panda:0,paramet:0,part:0,partial:0,particularli:0,pass:0,password:0,past:0,patch:0,path:0,patrickeganfolei:0,pattern:0,pdb:0,per:0,perform:0,period:0,pick:0,piec:0,pivot:0,place:0,plai:0,plain:0,pleas:0,plist:0,plot:0,plt:0,png:0,point:0,pop:0,popup:0,port:0,posit:0,possibl:0,post:0,potenti:0,power:0,prefer:0,prefix:0,preliminari:0,preset:0,pretti:0,prev:0,prevent:0,previou:0,previous:0,print:0,probabl:0,problem:0,process:0,produc:0,profil:0,program:0,project:0,prompt:0,propag:0,properli:0,protect:0,protocol:0,provid:0,pseudo:0,pull:0,put:0,pyplot:0,qualiti:0,queri:0,querti:0,quickli:0,quickstart:0,quit:0,race:0,rand:0,random:0,raw:0,rawcel:0,rcp:0,read:0,readi:0,real:0,realli:0,recent:0,recip:0,recommend:0,redirect:0,refactor:0,refer:0,refresh:0,region:0,regist:0,rejoic:0,relat:0,releas:0,relev:0,reli:0,reliabl:0,reload:0,remap:0,remot:0,remov:0,renam:0,render:0,repeat:0,repl:0,replac:0,repositori:0,request:0,reset:0,rest:0,restart:0,restor:0,result:0,ret:0,retri:0,revert:0,rid:0,right:0,ring:0,robust:0,root:0,rst:0,safe:0,safer:0,sai:0,sam:0,same:0,save:0,scratch:0,scratchsheet:0,screenshot:0,scroll:0,search:0,sec:0,second:0,section:0,secur:0,see:0,seem:0,segfault:0,select:0,self:0,send:0,sent:0,separ:0,seriou:0,servic:0,servier:0,ses:0,session:0,set:0,setq:0,sheet:0,shell:0,ship:0,should:0,show:0,shown:0,shr:0,side:0,similar:0,simpl:0,sinc:0,singl:0,skewer:0,skip:0,slew:0,slide:0,slideshow:0,slime:0,slow:0,small:0,smartrep:0,smoother:0,snippet:0,solut:0,some:0,someth:0,sometim:0,soon:0,sort:0,sourc:0,space:0,spacemac:0,spate:0,spc:0,special:0,specifi:0,split:0,spreadsheet:0,ssh:0,stabil:0,stabl:0,stack:0,standard:0,start:0,stdin:0,step:0,still:0,stop:0,store:0,string:0,stuff:0,submit:0,subslid:0,success:0,superpack:0,sure:0,surpris:0,svg:0,symbol:0,syntax:0,sys:0,system:0,tab:0,take:0,taken:0,talk:0,tell:0,templat:0,temporari:0,term:0,termin:0,test:0,text:0,textcel:0,than:0,thank:0,thei:0,them:0,theme:0,theori:0,therefor:0,thi:0,thing:0,think:0,those:0,though:0,three:0,through:0,time:0,timeout:0,timer:0,tip:0,todo:0,togeth:0,toggl:0,token:0,too:0,tooltip:0,tornado:0,toward:0,tracker:0,tramp:0,translat:0,travi:0,tri:0,trigger:0,truncat:0,turn:0,tweak:0,two:0,type:0,typic:0,undefin:0,under:0,understand:0,undo:0,unless:0,unnecessari:0,unsav:0,untitl:0,updat:0,upstream:0,usabl:0,use:0,used:0,useful:0,useless:0,user:0,usernam:0,using:0,usual:0,util:0,valid:0,valu:0,variabl:0,verbos:0,veri:0,version:0,vertic:0,via:0,view:0,visibl:0,wai:0,want:0,warn:0,watch:0,web:0,websit:0,week:0,welcom:0,when:0,whenev:0,where:0,whether:0,which:0,who:0,whole:0,whose:0,widget:0,wiki:0,window:0,wish:0,within:0,without:0,won:0,work:0,workaround:0,worksheet:0,write:0,wrong:0,yank:0,yet:0,you:0,your:0,zero:0,zeroein:0},titles:["The Emacs IPython Notebook"],titleterms:{"try":0,The:0,Using:0,advanc:0,buffer:0,caveat:0,chang:0,command:0,connect:0,consol:0,custom:0,debug:0,edit:0,emac:0,experiment:0,from:0,get:0,gotcha:0,indic:0,instal:0,integr:0,ipython:0,issu:0,jedi:0,jupyt:0,keybind:0,languag:0,licens:0,list:0,log:0,manual:0,melpa:0,misc:0,mode:0,mumamo:0,notebook:0,org:0,output:0,packag:0,python:0,pytool:0,quick:0,report:0,requir:0,retriev:0,run:0,server:0,setup:0,share:0,subpackag:0,support:0,tabl:0,traceback:0,url:0,usag:0,viewer:0,websocket:0}}) \ No newline at end of file |