notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Slides don't seem to be served

Open dabrahams opened this issue 3 years ago • 0 comments

When I follow the README directions I can see jupyterlab at localhost:8888 but at localhost:3000 all I get is

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body><script id="__bs_script__">//<![CDATA[
    document.write("<script async src='/browser-sync/browser-sync-client.js?v=2.26.14'><\/script>".replace("HOST", location.hostname));
//]]></script>

<pre>Cannot GET /</pre>
</body>
</html>

dabrahams avatar Jul 20 '21 19:07 dabrahams