@adam.kerr/jupyterhub_messages 中文文档教程
jupyterhub_messages
在 JupyterHub 用户之间发送和接收消息。
Requirements
- JupyterLab >= 1.0
Install
jupyter labextension install jupyterhub_messages
Contributing
Install
jlpm
命令是 JupyterLab 的固定版本 随 JupyterLab 安装的 yarn。 你可以使用 yarn
或 npm
代替下面的 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
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
更多