https://www.cnblogs.com/lyjun/p/18884521
故障解决:
https://www.cnblogs.com/childheart/p/15570915.html
livy
https://www.cnblogs.com/liugp/p/16586099.html
https://blog.csdn.net/taogumo/article/details/142916584
spark-hadoop
https://s1mple.cc/2021/10/12/%E4%BD%BF%E7%94%A8-Docker-%E5%BF%AB%E9%80%9F%E9%83%A8%E7%BD%B2-Spark-Hadoop-%E5%A4%A7%E6%95%B0%E6%8D%AE%E9%9B%86%E7%BE%A4/
api:
https://jupyterhub.readthedocs.io/en/stable/tutorial/server-api.html
https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#let-s-encrypt-a-server
Run Server inside an already secured environment (i.e., with no token)
The default security is very good. There are use cases, encouraged by containers, where the jupyter container and the system it runs within lie inside the security boundary. It is convenient to launch the server without a password or token in these use cases. In this case, you should use the start-notebook.py script to launch the server with no token:
For JupyterLab:
docker run -it --rm \
quay.io/jupyter/base-notebook \
start-notebook.py --IdentityProvider.token=''
For Jupyter Notebook:
docker run -it --rm \
-e DOCKER_STACKS_JUPYTER_CMD=notebook \
quay.io/jupyter/base-notebook \
start-notebook.py --IdentityProvider.token=''
docker
https://jupyterhub-dockerspawner.readthedocs.io/en/latest/docker-image.html
## 登录首页配置
https://tinyworker.github.io/JupyterHub/JupyterHub_Tech/JupyterHub_URL_Schema.html
跳过交互式登录
c.Authenticator.auto_login = True
## 指定token
## jupyter_server
https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html
jupyter server --generate-config
vi ~/.jupyter/jupyter_server_config.py
## jupyter_hub源码启动
https://www.codeleading.com/article/53684312292/
https://www.codeleading.com/article/60524757966/
浙公网安备 33010602011771号