跳转到主要内容

一个JupyterLab扩展。

项目描述

Datalayer

🪐 💁 Jupyter Admin

🛂 Jupyter Admin 是一个UI(Web用户界面)和CLI(命令行界面),用于管理Datalayer Jupyter组件。

Jupyter生态系统管理和监控UI和CLI,具有遥测功能。它为Jupyter组件提供以下功能:

  • 部署
  • 配置
  • 监控
  • 管理
# Start the frontend webpack server and jupyter server.
# echo open https://127.0.0.1:2003
# echo open https://127.0.0.1:8686/hub/jupyter-admin
# make start
# Connect to the jupyterhub local sqlite database and run e.g.
# .schema
# .tables
# .schema api_tokens
# select * from api_tokens;
# make sqlite
# open https://127.0.0.1:3063
# open https://127.0.0.1:8686/api/jupyter/lab?token=60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6
yarn start
pip install -e .[test]
jupyter labextension develop . --overwrite
jupyter labextension list
# jupyter server extension enable datalayer
jupyter server extension list
# open https://127.0.0.1:8686/api/jupyter/lab?token=60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6
yarn jupyterlab

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

jupyter_admin-0.0.2.tar.gz (1.5 MB 查看散列)

上传时间

构建分布

jupyter_admin-0.0.2-py3-none-any.whl (1.6 MB 查看哈希值)

上传时间 Python 3

支持