当前标签: Kernel
使用CefSharp在.NET中嵌入Google kernel
使用CefSharp可以在.NET轻松的嵌入Html,不用担心WPF与Winform 控件与它的兼容性问题,CefSharp大部分的代码是C#,它可以在VB或者其他.NET平台语言中来进行使用。 近几天来,公司项目中需要使用WebBrowser,其中考虑了几个控件,如1.Winform中的WebBrows...
2019-08-14 10:13
阅读(322)
Golang Kernel For Jupyter-NoteBook
上篇回顾:VSCode and NoteBook for JavaScript <https://www.cnblogs.com/dotnetcrazy/p/9962192.html> 正常流程 安装Go语言:sudo apt install golang 安装内核的相关依赖包:sudo apt instal...
2018-11-20 07:25
阅读(311)
Jupyter-Notebook 删除指定 kernel
原来是Python3+C# 查看列表jupyter kernelspec list 删除指定kernel:jupyter kernelspec remove icsharpkernel 删除成功:(刷新一下) 不同编程语言对应Kernel的下载地址:https://github.com/jupyt...
2018-10-03 08:33
阅读(582)