
jupyter
文章平均质量分 75
AlwaysDayOne
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chisel bootcamp 安装 - Centos7.9
参考 chisel-bootcamp/Install.md at master · freechipsproject/chisel-bootcamp准备工作Centos7.9Dockerjdk1.8CentOS7安装JDK1.8jupyter安装Centos7.9 部署jupyter notebookScala安装Centos7.9 Jupyter 运行 Scaladocker安装方式运行容器docker仓库地址ucbbar/chisel-bootcamp - Docker Im.原创 2022-03-08 16:09:52 · 906 阅读 · 0 评论 -
Centos7.9 Jupyter 运行 Scala
Centos7.9 部署jupyter notebookCentos7.9python3.6jdk1.8安装CentOS7安装JDK1.8安装almondalmond 是一个Jupyter. 的 Scala 内核,我们通过安装almond来配置Scala 内核,在jupyter中运行almond可以用coursier来获取和安装curl -Lo coursier https://git.io/coursier-clichmod +x coursier./coursier launch.原创 2022-03-08 16:06:16 · 650 阅读 · 0 评论 -
Centos7.9 部署jupyter notebook
Centos7.9python3.6Nginx常规部署安装pip3 install --upgrade pip # 升级pippip3 install jupyter生成配置文件配置文件是默认是生成在当前用户家目录下的.jupyter目录的 (注意当前用户对此目录的操作权限)jupyter-notebook --generate-config这里我生成的配置文件放置在 /root/.jupyter/jupyter_notebook_config.py创建默认.原创 2022-03-08 16:02:52 · 3070 阅读 · 0 评论