请问大咖打开 jupyter notebook 就跳出下面的信息如何解决?
<!DOCTYPE html>
<html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="1;url=http://localhost:8889/tree?token=c0e88f984978f73aebfd08bb87bec8d0e3e965dfe56d0a37" /> <title>Opening Jupyter Notebook</title> <script> setTimeout(function() { window.location.href = "http://localhost:8889/tree?token=c0e88f984978f73aebfd08bb87bec8d0e3e965dfe56d0a37"; }, 1000); </script> </head> <body> <p> This page should redirect you to Jupyter Notebook. If it doesn't, <a href="http://localhost:8889/tree?token=c0e88f984978f73aebfd08bb87bec8d0e3e965dfe56d0a37">click here to go to Jupyter</a>. </p> </body> </html>