Files
fzu-product/notebook.md
2023-04-24 16:39:35 +08:00

8 lines
220 B
Markdown

<div class="home">
<RenderJupyterNotebook :notebook="notebook" />
</div>
<script setup>
import RenderJupyterNotebook from "./components/RenderJupyterNotebook.vue";
import notebook from "./特征工程.json";
</script>