Originally, the default interpreter is never saved on front-end side. It is set on back-end side.
On Tue, Aug 2, 2016 at 3:35 AM, Minudika Malshan <[email protected]> wrote: > On Sat, Jul 30, 2016 at 7:30 PM, Minudika Malshan <[email protected]> > wrote: > > > Hi all, > > > > Currently I am working on above subjected issue. I went through the > > implementation of notebook.html[1] and notebook.controller.js.[2] > > I want to know the location of the notebook-controller.js where the > *default > > interpreter* is set to the notebook. > > According to the current implementation, it would be the first > interpreter > > which can be sorted from the interpreter binding window. > > Your kind help would be much appreciated. > > > > [1] > > > https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/app/notebook/notebook.html > > [2] > > > https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/app/notebook/notebook.controller.js > > > > Thank you! > > Miudika > > >
