Ohad Livne

Results 5 comments of Ohad Livne

Ah, I was just naively assuming that "domain" < "fully-qualified domain". My bad for taking a random code snippet from SE and not really reading the docstring 😅. I did...

What I needed in my use case was a way to get just the hostname (without user credentials or port number) that would work for all URLs, and `fqdn` kinda...

@psteinb I saw a similar error in my environment. Going by @dickmao's comment I tried rolling back Jupyter to try to investigate and hopefully work out a fix. I still...

Long story short, I didn't manage to create an environment that reproduces this issue. AFAICT it seems to be solved by building a fresh virtualenv or possibly even just reinstalling...

I implemented a different solution using the capabilities built into Jupyter itself: the `kernel.json` file specifies the full `argv` list for running the kernel process. It usually looks like this:...