Hi Rasso, On 14 December 2016 at 06:48, Rasso Necromuralist <[email protected]> wrote:
> When I type `jupyter --version` I get back `4.2.1`, which is the version > that I reported. When I started the notebook with `jupyter notebook > --no-browser` the server output showed (with the token changing each time) : > Since 4.0, there are a number of different pieces with their own version numbers (which is confusing, we know). The relevant one here is the notebook package, which you can get the version for by running: jupyter notebook --version > `The Jupyter Notebook is running at: http://localhost:8888/?token= > 3ca89c7367e195991aaa103b444c12fb7e42b46e843c74cb > > which created a re-direct (302) to a login page when I tried to open the > page in emacs or in the browser (using only http://localhost:8888). > If you open the URL including that token= piece, it should log you in directly. Or you can copy the token value into the login page. We've now added a page to the docs detailing why we did this: http://jupyter-notebook.readthedocs.io/en/latest/security.html Thomas -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAOvn4qjD-fCUE4M1oBEnatAT%2BoGNu3QHVSOdU4jyE%2BMnnU0cVA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
