jupyter

jupyter是一个好工具

它有很多个部件组成。主要部件就是jupyterlab + notebook

jupyterlab的github网址:

https://github.com/jupyterlab/jupyterlab

notebook的github网址:

https://github.com/jupyter/notebook

jupyterlab是由typescripts语言编写的,typescripts官网:

http://www.typescriptlang.org/

notebook是由tornado框架编写的,

除了/lab 的URL 是jupyterlab自带的之外,

剩余的URL都是在notebook进行配置的

tornado官网:

http://www.tornadoweb.org/en/stable/  

中文版本(版本比较旧) 

https://tornado-zh.readthedocs.io/zh/latest/

 

jupyter支持c++

插件地址:

https://github.com/root-project/cling

需要解决的两件事情,一个是docker拉取的ubuntu的wget下载,需要去解决证书问题

博主的另外一篇文章写明:

https://www.cnblogs.com/can-H/articles/10212576.html

一个是字符编码问题

apt-get update
apt-get install -y locales
locale-gen "en_US.UTF-8"
update-locale LC_ALL="en_US.UTF-8"

LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

 

解决了以上的两个问题之后,基本上问题就不大了,无非就是叫你安装openssl等一些软件包的小问题了

安装脚本,复制与官方

wget https://raw.githubusercontent.com/root-project/cling/master/tools/packaging/cpt.py
chmod +x cpt.py
./cpt.py --check-requirements && ./cpt.py --create-dev-env Debug --with-workdir=./cling-build/

  

 

转载于:https://www.cnblogs.com/can-H/articles/10212614.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值