shortcuts/deno_tinygo_wasm.ipynb

44 lines
824 B
Plaintext
Raw Normal View History

2024-09-28 16:04:12 +00:00
{
"cells": [
{
"cell_type": "code",
2024-09-28 16:09:31 +00:00
"execution_count": 1,
2024-09-28 16:04:12 +00:00
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
2024-09-28 16:09:31 +00:00
"Stats initialized\n",
"Estimated offset is: 0.988572\n",
"Estimated slope is: 3.000154\n",
"R^2: 0.999999\n"
2024-09-28 16:04:12 +00:00
]
}
],
"source": [
2024-09-28 16:09:31 +00:00
"import stats from \"./stat/mod.ts\";\n",
"stats.example();"
2024-09-28 16:04:12 +00:00
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Deno",
"language": "typescript",
"name": "deno"
},
"language_info": {
"codemirror_mode": "typescript",
"file_extension": ".ts",
"mimetype": "text/x.typescript",
"name": "typescript",
"nbconvert_exporter": "script",
"pygments_lexer": "typescript",
"version": "5.6.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}