This website requires JavaScript.
Explore
Help
Register
Sign In
moyin
/
fzu-product
Watch
1
Star
0
Fork
0
You've already forked fzu-product
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
43a6e8d116c96589127a7730da4296a4b382c4fc
fzu-product
/
notebook.md
camera-2018
43a6e8d116
feat: 增加ipynb渲染
2023-04-24 11:26:28 +08:00
356 B
Raw
Blame
History
<script> import RenderJupyterNotebook from "./components/RenderJupyterNotebook.vue"; import example from "./特征工程.json"; export default { name: "HomeView", components: { RenderJupyterNotebook }, data() { return { notebook: example, }; }, }; </script>
Reference in New Issue
View Git Blame
Copy Permalink