globus / globus-jupyterlab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Globus JupyterLab

Globus Jupyterlab is an extension to Jupyterlab for easily submitting Globus Transfers within a running lab environment. Integration within the Jupyterlab filemanager makes starting transfers just a few clicks away!

Install with the following:

pip install globus-jupyterlab

For information on usage, see the Read-The-Docs.

Developing

For development, use the following instructions:

# install the extension in editable mode
python -m pip install -e .

# install your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite

# build the TypeScript source after making changes
jlpm run build

# start JupyterLab
jupyter lab

About


Languages

Language:Python 62.2%Language:TypeScript 23.7%Language:CSS 13.1%Language:Dockerfile 1.0%