Z-J-wang / render-juypter-notebook-vue

The render-jupyter-notebook-vue is a vue component that renders the notebook file in vue. render-jupyter-notebook-vue是一个vue组件,实现了notebook文件在vue中的渲染。
https://z-j-wang.github.io/render-juypter-notebook-vue/
MIT License
21 stars 5 forks source link

有没有办法支持ipywidgets 可视化组件的展示 #19

Closed w-yuj closed 9 months ago

Z-J-wang commented 1 year ago

@w-yuj render-juypter-notebook-vue 只实现了jupyterlab页面展示功能,其代码是全局基于JS的。ipywidgets是python插件,需要python运行环境,且属于编辑功能的插件。所以render-juypter-notebook-vue没法支持ipywidgets可视化组件。