mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-30 15:14:19 +00:00
* Rev up prettier * Reformat * Remove deprecated tslint * Remove call to tslint and update package-lock.json
14 lines
236 B
HTML
14 lines
236 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Notebook</title>
|
|
</head>
|
|
<body>
|
|
<script id="jupyter-config-data" type="application/json">
|
|
{
|
|
"terminalsAvailable": "true"
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|