[jupyter] Re: REST API command to get the individual user notebook details - Requesting for help

2019-02-20 Thread Roland Weber
Hello Praveen, each user is running their own notebook server(s). You'll have to connect to each of these servers in turn to query notebook status. But I don't think your admin token will be accepted by those notebook servers. You could change the authentication logic of the notebook servers

[jupyter] Re: Requesting description for last activity response parameter.

2019-02-20 Thread Roland Weber
Hello Praveen, I'd say one is the last activity of the user in general, the other is the last activity of that particular server of the user. The REST API looks as if a user can start multiple servers: https://jupyterhub.readthedocs.io/en/stable/_static/rest-api/index.html So the existing

[jupyter] Re: User Processes not releasing Memory

2019-02-20 Thread Roland Weber
Those are background threads of libzmq, as mentioned here: https://github.com/zeromq/libzmq/blob/master/NEWS Jupyter uses ZMQ to connect to the running kernels on the local machine. There's not much to be done for the threads besides passing messages, so they won't accumulate a lot of CPU time.

Re: [jupyter] IPython 7.4 out.

2019-02-20 Thread Chris Holdgraf
w way to go! On Wed, Feb 20, 2019 at 6:00 PM Matthias Bussonnier < bussonniermatth...@gmail.com> wrote: > See the full announce on discourse: > > https://discourse.jupyter.org/t/release-of-ipython-7-3/409 > > As usual available on PyPI, and on conda-forge. > You can update with > $ pip

[jupyter] IPython 7.4 out.

2019-02-20 Thread Matthias Bussonnier
See the full announce on discourse: https://discourse.jupyter.org/t/release-of-ipython-7-3/409 As usual available on PyPI, and on conda-forge. You can update with $ pip install ipython --upgrade And if you are using conda, once available on conda-forge: $ conda upgrade ipython The biggest