Re: [jupyter] Flink with Jupyter

2018-01-23 Thread Mrunmayee Jog
Thanks for the reference. Currently getting some compilation errors with the scala code snippet. Any other kernel you might know of for coding in python? On Tuesday, January 23, 2018 at 11:18:37 PM UTC+5:30, Michael Milligan wrote: > > You probably want to check out the jupyter-scala project,

Re: [jupyter] Exploring Code Health in a Corpus of Jupyter Notebooks

2018-01-23 Thread Dave
Hi Matthias - sounds good. We'll plan to submit a proposal and are looking forward to attending the conference again this year. On Tuesday, January 23, 2018 at 1:44:43 PM UTC-7, Matthias Bussonnier wrote: > > Hi Dave and the NbGallery team. > > I'll add this on our to-read list ! I think that

[jupyter] Running jupyter from docker not able to log in

2018-01-23 Thread Andrew Hannock
Hello, i'm running jupyter from the image on https://hub.docker.com/r/jupyterhub/jupyterhub/ and i added the following steps in my Dockerfile RUN apt-get install -y python2.7 && \ conda create -n ipykernel_py2 python=2 ipykernel && \ /bin/bash -c "source

Re: [jupyter] Exploring Code Health in a Corpus of Jupyter Notebooks

2018-01-23 Thread Matthias Bussonnier
Hi Dave and the NbGallery team. I'll add this on our to-read list ! I think that this might be of interest for JupyteCon, the Call for Proposal was opened last week: https://blog.jupyter.org/jupytercon-2018-call-for-proposal-87986014ee0b Happy to also see some ruby notebooks ! Nice work!

[jupyter] Exploring Code Health in a Corpus of Jupyter Notebooks

2018-01-23 Thread Dave
Hi All, I wanted to share the following white paper (abstract below) which details our team's work to systematically measure the code health of Jupyter notebooks from within an nbgallery instance. As background, nbgallery

Re: [jupyter] Re: Just ran "conda upgrade notebook" to get .5.3.1 now notebook won't start

2018-01-23 Thread Tom Brander
Thomas, Thanks for the note, problem identified and fix should be posted tomorrow they hope https://github.com/jupyter/jupyter_client/issues/338 Kind of a complex issue between Conda and Jupyter MinRk was spectacular in finding it. On Tuesday, January 23, 2018 at 12:00:51 PM UTC-6, takowl

Re: [jupyter] Re: Just ran "conda upgrade notebook" to get .5.3.1 now notebook won't start

2018-01-23 Thread Thomas Kluyver
See https://github.com/Anaconda-Platform/nb_conda_kernels/issues/74 I'm not sure if it's the same issue, but there's also a suggestion that nb_conda_kernels is incompatible with the most recent conda: https://github.com/Anaconda-Platform/nb_conda_kernels/issues/73 On 23 January 2018 at 15:22,

Re: [jupyter] Implementation Kaggle Kernel

2018-01-23 Thread Michael Milligan
I would guess the reason you haven't gotten much response yet is that it's not clear what aspect of that site you want to reproduce, or more generally what is your goal here? If you want to statically render versioned notebooks, Github or NBviewer does a good job of that. You could also use

[jupyter] Websocket pings not happening

2018-01-23 Thread rtitle
Hello, I'm running Jupyter behind a reverse proxy. I noticed in the UI that the kernel would periodically get killed and recreated, and found it was due to the proxy killing idle websocket connections. I increased the proxy's idle timeout and the errors went away. However I did some research

[jupyter] Re: Just ran "conda upgrade notebook" to get .5.3.1 now notebook won't start

2018-01-23 Thread Tom Brander
also just noticed that the notebook start up messages have: [I 22:05:29.402 NotebookApp] [nb_conda_kernels] enabled, 11 kernels found On Tuesday, January 23, 2018 at 9:16:28 AM UTC-6, Tom Brander wrote: > > So as of now having doe the update of terminado as suggested (as well as > Jupyter,

[jupyter] Re: Just ran "conda upgrade notebook" to get .5.3.1 now notebook won't start

2018-01-23 Thread Tom Brander
So as of now having doe the update of terminado as suggested (as well as Jupyter, jupyter_core, ipython and tornado) As well as conda update ipykernel and: tom@tomServal:~$ python -m ipykernel install --user Installed kernelspec python3 in /home/tom/.local/share/jupyter/kernels/python3 I still

[jupyter] Flink with Jupyter

2018-01-23 Thread Mrunmayee Jog
Is there a flink kernel available for Jupyter notebook to deploy jobs in flink cluster? Similar to the kernels we have to work with Spark? -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving