一个jupyter插件

分享一个jupyter小工具jupyterlab-drawio,可以用来替换原本属于viso的很多工作。
界面一览:
Markdown
使用起来感觉很方便,即不用安装viso那么大的软件,也很流畅,可以达到随心的程度。而且一些颜色设置、形状设定等操作在使用过程中还有记忆,这点感觉很好。

安装步骤:
需要先安装jupyterlab

安装运行

安装jupyter lab

1
pip install jupyterlab

安装扩展插件jupyterlab-drawio

1
jupyter labextension  install jupyterlab-drawio

查看插件是否安装成功

1
jupyter labextension list

运行

1
jupyter lab

troubleshooting

‘_xsrf’ argument missing from POST

Markdown
画好图之后想将结果导出成图片,结果就报以上错误了
解决方式可以:
在jupyter_notebook_config.py中修改配置为

#c.NotebookApp.disable_check_xsrf = False
c.NotebookApp.disable_check_xsrf = True

404 : Not Found

然而导出还是报错:
Markdown
未完待续,尚待解决=====
目前为了把砖先搬掉,我是直接截图出来用的。