22 lines
673 B
HTML
22 lines
673 B
HTML
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="1;url=http://localhost:8888/tree?token=75a9b2fe2c1df115bcf314c41d747e7e9d7a663b6c4f6f19" />
|
|
<title>Opening Jupyter Notebook</title>
|
|
<script>
|
|
setTimeout(function() {
|
|
window.location.href = "http://localhost:8888/tree?token=75a9b2fe2c1df115bcf314c41d747e7e9d7a663b6c4f6f19";
|
|
}, 1000);
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<p>
|
|
This page should redirect you to Jupyter Notebook. If it doesn't,
|
|
<a href="http://localhost:8888/tree?token=75a9b2fe2c1df115bcf314c41d747e7e9d7a663b6c4f6f19">click here to go to Jupyter</a>.
|
|
</p>
|
|
|
|
</body>
|
|
</html> |