@adam.kerr/jupyterhub_messages 中文文档教程

发布于 5年前 浏览 8 项目主页 更新于 3年前

jupyterhub_messages

Github Actions Status

在 JupyterHub 用户之间发送和接收消息。

Requirements

  • JupyterLab >= 1.0

Install

jupyter labextension install jupyterhub_messages

Contributing

Install

jlpm 命令是 JupyterLab 的固定版本 随 JupyterLab 安装的 yarn。 你可以使用 yarnnpm 代替下面的 jlpm

# Clone the repo to your local environment
# Move to jupyterhub_messages directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build

您可以监视源目录并以监视模式运行 JupyterLab,以监视扩展源中的更改并自动重建扩展和应用程序。

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch

Uninstall

jupyter labextension uninstall jupyterhub_messages

jupyterhub_messages

Github Actions Status

Send and receive messages between JupyterHub users.

Requirements

  • JupyterLab >= 1.0

Install

jupyter labextension install jupyterhub_messages

Contributing

Install

The jlpm command is JupyterLab's pinned version of yarn that is installed with JupyterLab. You may use yarn or npm in lieu of jlpm below.

# Clone the repo to your local environment
# Move to jupyterhub_messages directory
# Install dependencies
jlpm
# Build Typescript source
jlpm build
# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
jlpm build
# Rebuild JupyterLab after making any changes
jupyter lab build

You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.

# Watch the source directory in another terminal tab
jlpm watch
# Run jupyterlab in watch mode in one terminal tab
jupyter lab --watch

Uninstall

jupyter labextension uninstall jupyterhub_messages
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文