<!doctype html><html lang="en"><head><meta charset="utf-8"><title>JupyterLab</title><meta name="viewport" content="width=device-width,initial-scale=1">   <script id="jupyter-config-data" type="application/json">{"allow_hidden_files": false, "appName": "JupyterLab", "appNamespace": "lab", "appSettingsDir": "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/lab/settings", "appUrl": "/lab", "appVersion": "4.3.1", "baseUrl": "/", "buildAvailable": true, "buildCheck": true, "cacheFiles": false, "copyAbsolutePath": false, "devMode": false, "disabledExtensions": [], "exposeAppInBrowser": false, "extensionManager": {"can_install": false, "install_path": "/usr/local/anaconda3/envs/jv4-c9", "name": "read-only"}, "extraLabextensionsPath": [], "federated_extensions": [{"entrypoints": null, "extension": "./extension", "load": "static/remoteEntry.bd9986418f9bcc262860.js", "name": "ln-jupyter-extra", "style": "./style"}, {"entrypoints": null, "extension": "./extension", "load": "static/remoteEntry.5cbb9d2323598fbda535.js", "name": "jupyterlab_pygments", "style": "./style"}], "fullAppUrl": "/lab", "fullLabextensionsUrl": "/lab/extensions", "fullLicensesUrl": "/lab/api/licenses", "fullListingsUrl": "/lab/api/listings", "fullMathjaxUrl": "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js", "fullSettingsUrl": "/lab/api/settings", "fullStaticUrl": "/static/lab", "fullThemesUrl": "/lab/api/themes", "fullTranslationsApiUrl": "/lab/api/translations", "fullTreeUrl": "/lab/tree", "fullWorkspacesApiUrl": "/lab/api/workspaces", "ignorePlugins": [], "labextensionsPath": ["/Users/chengmandy/Library/Jupyter/labextensions", "/Users/chengmandy/.local/share/jupyter/labextensions", "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/labextensions", "/usr/local/share/jupyter/labextensions", "/usr/share/jupyter/labextensions"], "labextensionsUrl": "/lab/extensions", "licensesUrl": "/lab/api/licenses", "listingsUrl": "/lab/api/listings", "lockedExtensions": ["ln-jupyter-extra"], "mathjaxConfig": "TeX-AMS_HTML-full,Safe", "mode": "multiple-document", "news": {"disabled": false}, "notFoundUrl": "/lab/workspaces/cluster-platform-bucket/notebook-file/9fedf53c3d784e74b9cf428c6825b78e/c7a35b4ca4224d2595025a8e1b0649ab", "notebookStartsKernel": true, "notebookVersion": "[2, 14, 2]", "preferredPath": "/", "quitButton": true, "rootUri": "file:///Users/chengmandy/copier-v4/ln-jupyter-extra", "schemasDir": "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/lab/schemas", "serverRoot": "~/copier-v4/ln-jupyter-extra", "settingsUrl": "/lab/api/settings", "staticDir": "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/lab/static", "store_id": 23, "templatesDir": "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/lab/static", "terminalsAvailable": true, "themesDir": "/usr/local/anaconda3/envs/jv4-c9/share/jupyter/lab/themes", "themesUrl": "/lab/api/themes", "token": "de16a4b84d38486f88ed4b96bf73f8c40bc1cde435ea9aea", "translationsApiUrl": "/lab/api/translations", "treePath": "", "treeUrl": "/lab/tree", "userSettingsDir": "/Users/chengmandy/.jupyter/lab/user-settings", "virtualDocumentsUri": "file:///Users/chengmandy/copier-v4/ln-jupyter-extra/.virtual_documents", "workspace": "default", "workspacesApiUrl": "/lab/api/workspaces", "workspacesDir": "/Users/chengmandy/.jupyter/lab/workspaces", "wsUrl": ""}</script><link rel="icon" type="image/x-icon" href="/static/favicons/favicon.ico" class="idle favicon"><link rel="" type="image/x-icon" href="/static/favicons/favicon-busy-1.ico" class="busy favicon"> <script defer="defer" src="/static/lab/main.e36901c9a645a44c1a74.js?v=e36901c9a645a44c1a74"></script></head><body class="jp-ThemedContainer"><script>/* Remove token from URL. */
  (function () {
    var location = window.location;
    var search = location.search;

    // If there is no query string, bail.
    if (search.length <= 1) {
      return;
    }

    // Rebuild the query string without the `token`.
    var query = '?' + search.slice(1).split('&')
      .filter(function (param) { return param.split('=')[0] !== 'token'; })
      .join('&');

    // Rebuild the URL with the new query string.
    var url = location.origin + location.pathname +
      (query !== '?' ? query : '') + location.hash;

    if (url === location.href) {
      return;
    }

    window.history.replaceState({ }, '', url);
  })();</script></body></html>