
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 · 879 阅读 · 0 评论 -
jupyter-api调用
#!/usr/bin/python# -*- coding: UTF-8 -*-import jsonimport requestshost='自己域名'login_url = host+"/hub/login"r = requests.post(login_url, data={'username': 'tom', 'password': '123456'}, allow_re...原创 2020-02-14 12:28:09 · 3322 阅读 · 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 · 1515 阅读 · 0 评论 -
Apache toree只显示default表
https://issues.apache.org/jira/browse/TOREE-411原创 2020-01-09 18:33:26 · 182 阅读 · 0 评论 -
pyspark
转载 2019-12-06 15:18:20 · 132 阅读 · 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 · 453 阅读 · 0 评论 -
jupyterhub-k8s
1、环境 win7、vituralblx(3)、cetnos7、k8s1.15.2、NFS https://blog.youkuaiyun.com/u011739062/article/details/99643177 https://mp.youkuaiyun.com/postedit/994731452.安装jupyterhub(k8s) 官网地址:http...原创 2019-08-15 17:07:57 · 2931 阅读 · 0 评论 -
jupyterhub-little
1、环境 单台虚拟机centos7、docker1.82、结构&组件3、安装反向代理:nginx(可以不用,本身它有代理服务)验证服务:启动一个容器centos:latest安装ldap做验证服务器元数据库:这里用mariadbhub服务:启动一个容器centos:latest 用pip安装jupyterhub ...原创 2019-08-06 16:59:42 · 1282 阅读 · 0 评论