jupyterhub
awangyuk
java程序员
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jupyter-api-test
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import org.apache.http.HttpStatus; import org.apache.http.NameValuePair; import org.apache.http.client.CookieStore; import o...原创 2020-02-18 17:33:16 · 959 阅读 · 0 评论 -
jupyter-api调用
#!/usr/bin/python # -*- coding: UTF-8 -*- import json import requests host='自己域名' login_url = host+"/hub/login" r = requests.post(login_url, data={'username': 'tom', 'password': '123456'}, allow_re...原创 2020-02-14 12:28:09 · 3505 阅读 · 0 评论 -
jupyterlab跨域
jupyterhub +jupyterlab(单机) 错误信息 Refused to display 'http://172.25.56.107:8000/user/wangtest/lab?' in a frame because an ancestor violates the following Content Security Policy directive: "frame-an...原创 2020-01-17 19:57:46 · 1651 阅读 · 0 评论 -
Apache toree只显示default表
https://issues.apache.org/jira/browse/TOREE-411原创 2020-01-09 18:33:26 · 222 阅读 · 0 评论 -
pyspark
转载 2019-12-06 15:18:20 · 164 阅读 · 0 评论 -
jupyterhub-k8s-patch
1.NFS 1.test001安装NFS (https://www.cnblogs.com/st-jun/p/7742560.html) 2.权限、目录设置 [root@test001 home]# cat /etc/exports /new_disk/nfs 192.168.56.0/24(rw,anonuid=1000,anongid=100) [root...原创 2019-08-22 17:57:37 · 482 阅读 · 0 评论 -
jupyterhub-k8s
1、环境 win7、vituralblx(3)、cetnos7、k8s1.15.2、NFS https://blog.csdn.net/u011739062/article/details/99643177 https://mp.csdn.net/postedit/99473145 2.安装jupyterhub(k8s) 官网地址:http...原创 2019-08-15 17:07:57 · 3053 阅读 · 0 评论 -
jupyterhub-little
1、环境 单台虚拟机centos7、docker1.8 2、结构&组件 3、安装 反向代理:nginx(可以不用,本身它有代理服务) 验证服务:启动一个容器centos:latest安装ldap做验证服务器 元数据库:这里用mariadb hub服务:启动一个容器centos:latest 用pip安装jupyterhub ...原创 2019-08-06 16:59:42 · 1335 阅读 · 0 评论
分享