- 博客(4)
- 收藏
- 关注
原创 neo4j使用说明
match (n:标准规范 {name:'标准规范'}),(m:标准规范关系),(s:标准规范) where m.from='标准规范' and m.to=s.name。match (n:案例{name:'事故案例'}),(m:事故案例关系),(s:案例) where m.from='事故案例' and m.to=s.name。create(:事故案例关系{from:line[0],relation:line[1],to:line[3]})浏览器登录网址:http://localhost:7474/
2023-05-24 15:17:13
391
原创 怎样修改jupyter中的字体
修改jupyter中字体的方法:先使用pip install --upgrade jupyterthemes命令安装主题,然后在主题设置命令jt中使用-f参数即可设置字体样式。安装主题:pipinstall--upgradejupyterthemes查看可用主题:jt -1主要设置参数是-t 设置主题-f 代码字体-fs 代码字号 -cellw(占屏比或宽度) -ofs(输出段的字号) -T(显示工具栏)等等:我的设置为:jt-toceans16-ffira-fs12...
2021-09-27 10:35:55
5931
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人