Thomas Kluyver

Results 1002 comments of Thomas Kluyver

Also, do you have the latest version of the `notebook` package? If not, try updating it.

Try `conda update notebook traitlets jupyter_core`.

I guess the Anaconda shortcut is overriding the config. We don't control that shortcut, so you'll need to ask Anaconda about it: https://github.com/ContinuumIO/anaconda-issues/

I've fixed one such issue in #3380, if people want to try that. But there may be more than one problem involved; the precise case I hit could only have...

It will need to be merged and released before you can get it through Anaconda. For a small change like this, it's probably easiest to [look at what I've changed](https://github.com/jupyter/notebook/pull/3380/files),...

Also check that you haven't disabled cookies - that breaks Jupyter's authentication. But you'll probably know if you've done that. There's still the fix from #3380 to be released. I'll...

> can security be the argument, when there is a bypass using %%HTML? Just to clarify on this: when you open an untrusted notebook, HTML output is not displayed. HTML...

The nice thing about PAKE, as I understand it, is forward secrecy. With a key derived by hashing a password, an eavesdropper can record the transmission, and keep trying different...

Sorry, I was being imprecise - I meant that the attacker can't readily try more than one possible password. I don't know the maths involved, but I assume that brute...