[jupyter] Jupyter lab Terminal can't copy and paste!

2018-09-18 Thread 铁龙国
Jupyter lab Terminal can't copy and paste! -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+unsubscr...@googlegroups.com. To post to this group, send

[jupyter] Re: JupyterHub cannot talk to LDAP server

2018-09-18 Thread Roland Weber
Hello Raymond, in the link you posted, the author decided to ignore the server certificate. While this is a common "solution" for accepting non-default certificates, it is also insecure. On a high level, you need to tell the TLS/SSL logic to trust the certificate which the administrator gave

Re: [jupyter] How to design JupyterLab extension that reacts to pandas function calls

2018-09-18 Thread Michael Milligan
FYI you might take a look at the Jupyterlab variable inspector work being tracked here: https://github.com/jupyterlab/jupyterlab/issues/443 Seems like there could be some overlap with what you are trying to do. Cheers, Michael On Mon, Sep 17, 2018 at 7:42 PM, Adam Rule wrote: > Great point

Re: [jupyter] How to design JupyterLab extension that reacts to pandas function calls

2018-09-18 Thread Adam Rule
Thanks! I've been keeping an eye on that thread and agree, there is a lot of overlap. On Tuesday, September 18, 2018 at 8:56:34 AM UTC-7, Michael Milligan wrote: > > FYI you might take a look at the Jupyterlab variable inspector work being > tracked here:

[jupyter] Re: How to design JupyterLab extension that reacts to pandas function calls

2018-09-18 Thread Tony Fast
You could likely achieve this with a custom profiler . The profiler would provide you with the calling function and the return value; you'd have to implement the other business logic. MonkeyType

[jupyter] Re: JupyterHub cannot talk to LDAP server

2018-09-18 Thread Dave Hirschfeld
https://github.com/jupyterhub/ldapauthenticator/pull/87 On Tuesday, 18 September 2018 05:45:08 UTC+10, Pasle Choix wrote: > > Hello all, > > JupyterHub does not trust my LDAP certificate, I have a LDAP cert file > from system admin and was advised to use it to communicate to LDAP server, > the