jupyter-8187.dev.sccai.paratera.com
Open in
urlscan Pro
36.103.203.247
Public Scan
Submitted URL: https://jupyter-8187.dev.sccai.paratera.com/
Effective URL: https://jupyter-8187.dev.sccai.paratera.com/login?next=%2Flab%3F
Submission: On December 03 via api from US — Scanned from CA
Effective URL: https://jupyter-8187.dev.sccai.paratera.com/login?next=%2Flab%3F
Submission: On December 03 via api from US — Scanned from CA
Form analysis
2 forms found in the DOMPOST /login?next=%2Flab%3F
<form action="/login?next=%2Flab%3F" method="post" class="navbar-form pull-left">
<input type="hidden" name="_xsrf" value="2|18788e16|1d702db717e5ab320a300bfc98b0a45f|1733212518">
<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=%2Flab%3F
<form action="/login?next=%2Flab%3F" method="post" class="">
<input type="hidden" name="_xsrf" value="2|18788e16|1d702db717e5ab320a300bfc98b0a45f|1733212518">
<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 Notebook 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 notebook 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 notebook 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 notebooks. 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