Re: Setting the default interpreter after creating a new notebook via REST

2019-03-06 Thread Jojo Paderes
Thanks for pointing these out. I've create a jira issue for the improvement of the create notebook REST API: https://issues.apache.org/jira/browse/ZEPPELIN-4037 On Thu, Mar 7, 2019 at 12:09 AM Xun Liu wrote: > Hi, *Jojo Paderes * > > Create a note via the web, Is calling here : > https://github

Re: Setting the default interpreter after creating a new notebook via REST

2019-03-06 Thread Xun Liu
Hi, Jojo Paderes Create a note via the web, Is calling here : https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L283

Setting the default interpreter after creating a new notebook via REST

2019-03-06 Thread Jojo Paderes
I'm trying to figure if there's a way to specify the default interpreter when creating a new notebook using Zeppelin's REST api. Is this possible? Or the only way to set the default interpreter for the notebook is using the web interface only?