Re: 0.9.0 - R tutorial - no such kernel named ir

2020-07-01 Thread David Boyd
All:    So it turns out that the IRKernel is not available for R 3.6 (actually one of its dependencies) ** testing if installed package keeps a record of temporary installation path * DONE (IRdisplay) Making 'packages.html' ... done ERROR: dependency ‘pbdZMQ’ is not available for package ‘IRke

Re: ipython interpreter - ipython not installed

2020-07-01 Thread David Boyd
So it looks like bokeh 2.1.1 which is what gets installed by default has removed builtin support for zeppelin. If I take out the bkzep I now get: RuntimeError: no display hook installed for notebook type 'zeppelin' Does anyone know the last version of Bokeh to work? On 7/1/2020 10:35 AM, Jeff

Re: ipython interpreter - ipython not installed

2020-07-01 Thread Jeff Zhang
The latest bokeh doesn't need bkzep, sorry, We should update the tutorial. https://github.com/zjffdu/bkzep/issues/12 David Boyd 于2020年7月1日周三 下午10:28写道: > Jeff: > >So I got the worst of this fixed by blowing away my python virtual env > and rebuilding it > but using pip instead of conda for

Re: ipython interpreter - ipython not installed

2020-07-01 Thread Eric Pugh
David, You may be seeing the same thing as I did here: https://github.com/zjffdu/bkzep/issues/12 Eric > On Jul 1, 2020, at 10:28 AM, David Boyd wrote: > > Jeff: > >So I got the worst of this fixed by blowing away my python virtual env and >

Re: ipython interpreter - ipython not installed

2020-07-01 Thread David Boyd
Jeff:    So I got the worst of this fixed by blowing away my python virtual env and rebuilding it but using pip instead of conda for most installs. Attached is my current environment.yml file that works.  This may be something to think about building and including in the distribution. I am

Re: ipython interpreter - ipython not installed

2020-07-01 Thread Jeff Zhang
What error do you see now ? David Boyd 于2020年7月1日周三 下午7:24写道: > Jeff: > >Checked that. And tried and explicit path to the python. > In the same notebook I created the following shell note. > Not sure why the ipython note is failing. > I added all the settings for the environment to zeppelin-

Re: 0.9.0 - R tutorial - no such kernel named ir

2020-07-01 Thread Jeff Zhang
If you are using %r.ir, then you need to install irkernel https://github.com/IRkernel/IRkernel here's full doc about R interpreter in Zeppelin http://zeppelin.apache.org/docs/0.9.0-preview1/interpreter/r.html David Boyd 于2020年7月1日周三 下午7:45写道: > Sorry to be such a pain but I am under a tight de

0.9.0 - R tutorial - no such kernel named ir

2020-07-01 Thread David Boyd
Sorry to be such a pain but I am under a tight deadline to get this operational. In running the r tutorial I get this message that says there is no such kernel named ir I can run the same paragraph with a straight %r interpreter just fine. Where would this get set up? org.apache.zeppelin.inte

Re: ipython interpreter - ipython not installed

2020-07-01 Thread David Boyd
Jeff:    Checked that. And tried and explicit path to the python. In the same notebook I created the following shell note. Not sure why the ipython note is failing. I added all the settings for the environment to zeppelin-env.sh which should get them into the interpreter correct? %sh which pyth