[jupyter] Re: Jupyter NB not opening ipynb files

2016-11-06 Thread Michael Bright
Hi Jagjit, The folder where you unzipped to has to be under the directory from where you launched the notebook, is that the case? e.g. if you started jupyter from your home directory, but you unzipped under /tmp then the files won't be visible. Regards, Mike. On Saturday, November 5, 2016

[jupyter] Re: PyCon tutorial

2016-11-23 Thread Michael Bright
Hi Min, I ran a successful "Ipython in Depth" at EuroPython this summer which was good experience for me. https://github.com/mjbright/ipython-in-depth/blob/master/EuroPython2016-Logistics.pdf I've submitted several (5) proposals already for PyCon US (nothing around Jupyter, I decided to

[jupyter] Re: Jupyter Weekly Summary (2016, Week 51)

2016-12-20 Thread Michael Bright
Great stuff ... and perso I prefer it as a post here, not as RSS - if it doesn't come by e-mail won't read it ;-) Thanks On Tuesday, December 20, 2016 at 7:45:53 PM UTC+1, Matthias Bussonnier wrote: > > Sorry for missing the previous week, here is again an attempt at making a > weekly >

[jupyter] Re: kubernetes-incubator/client-python picking up wrong host when used under Jupyter.(OK from cmdline)

2017-05-14 Thread Michael Bright
) On Sunday, May 14, 2017 at 6:05:06 AM UTC+2, Michael Bright wrote: > > > Here's a question I asked just now in the kubernetes-sig-apps group, but > as it's Jupyter related, maybe someone here has an idea ... > > > I tried using kubernetes-incubator/client-python from within Jupyter.and

[jupyter] kubernetes-incubator/client-python picking up wrong host when used under Jupyter.(OK from cmdline)

2017-05-13 Thread Michael Bright
Here's a question I asked just now in the kubernetes-sig-apps group, but as it's Jupyter related, maybe someone here has an idea ... I tried using kubernetes-incubator/client-python from within Jupyter.and was unable to get a *very* simple example working. I'm running kubernetes

Re: [jupyter] kubernetes-incubator/client-python picking up wrong host when used under Jupyter.(OK from cmdline)

2017-05-14 Thread Michael Bright
Hi Yuri, It expands to /home/mjb/.kube/config as I expect. Thx, Mike. On 14 May 2017 at 09:17, Yuvi Panda wrote: > import os > os.path.expanduser('~/.kube/config') > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group.

Re: [jupyter] kubernetes-incubator/client-python picking up wrong host when used under Jupyter.(OK from cmdline)

2017-05-14 Thread Michael Bright
gt; On Sun, May 14, 2017 at 12:40 AM, Michael Bright <mjbrigh...@gmail.com> > wrote: > > > > Hi Yuri, > > > > It expands to /home/mjb/.kube/config as I expect. > > > > Thx, > > Mike. > > > > On 14 May 2017 at 09:17, Yuvi Panda <yuvipa

[jupyter] Re: Jupyter running under virtualenv is running "external" Python for notebook kernels

2018-09-26 Thread Michael Bright
Python3 kernel though - pour mourir moins bete as they say around here. On Wednesday, September 26, 2018 at 8:44:15 AM UTC+2, Michael Bright wrote: > > > I generally use Anaconda Python as my distribution but wanted to use a > separate (actually Cygwin) Python for running the kubernetes-c

[jupyter] Jupyter running under virtualenv is running "external" Python for notebook kernels

2018-09-26 Thread Michael Bright
I generally use Anaconda Python as my distribution but wanted to use a separate (actually Cygwin) Python for running the kubernetes-client-python which is pip installable. Basically my Jupyter (from my Cygwin/virtualenv) is picking up the Anaconda Python for Python3 kernels which is not what I

[jupyter] Re: Jupyter running under virtualenv is running "external" Python for notebook kernels

2018-09-26 Thread Michael Bright
kernel though - pour mourir moins bete as they say around here. On Wednesday, September 26, 2018 at 8:44:15 AM UTC+2, Michael Bright wrote: > > > I generally use Anaconda Python as my distribution but wanted to use a > separate (actually Cygwin) Python for running the kubernetes-c