jupyter.mockingjay.one Open in urlscan Pro
5.39.222.113  Public Scan

Submitted URL: https://jupyter.mockingjay.one/
Effective URL: https://jupyter.mockingjay.one/login?next=%2Ftree%3F
Submission: On April 05 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

POST /login?next=%2Ftree%3F

<form action="/login?next=%2Ftree%3F" method="post" class="navbar-form pull-left">
  <input type="hidden" name="_xsrf" value="2|75dbe8f3|457d5d4c4852515eb5b421ac10721558|1712321629">
  <label for="password_input"><strong>Password or token:</strong></label>
  <input type="password" name="password" id="password_input" class="form-control">
  <button type="submit" class="btn btn-default" id="login_submit">Log in</button>
</form>

POST /login?next=%2Ftree%3F

<form action="/login?next=%2Ftree%3F" method="post" class="">
  <input type="hidden" name="_xsrf" value="2|75dbe8f3|457d5d4c4852515eb5b421ac10721558|1712321629">
  <div class="form-group">
    <label for="token_input">
      <h4>Token</h4>
    </label>
    <input type="password" name="password" id="token_input" class="form-control">
  </div>
  <div class="form-group">
    <label for="new_password_input">
      <h4>New Password</h4>
    </label>
    <input type="password" name="new_password" id="new_password_input" class="form-control" required="">
  </div>
  <div class="form-group">
    <button type="submit" class="btn btn-default" id="login_new_pass_submit">Log in and set new password</button>
  </div>
</form>

Text Content

Jupyter Server requires JavaScript.
Please enable it to proceed.

Password or token: Log in


TOKEN AUTHENTICATION IS ENABLED

If no password has been configured, you need to open the server with its login
token in the URL, or paste it above. This requirement will be lifted if you
enable a password.

The command:

jupyter server list

will show you the URLs of running servers with their tokens, which you can copy
and paste into your browser. For example:



Currently running servers:
http://localhost:8888/?token=c8de56fa... :: /Users/you/notebooks


or you can paste just the token value into the password field on this page.

See the documentation on how to enable a password in place of token
authentication, if you would like to avoid dealing with random tokens.

Cookies are required for authenticated access to the Jupyter server.


SETUP A PASSWORD

You can also setup a password by entering your token and a new password on the
fields below:

TOKEN

NEW PASSWORD

Log in and set new password