Skip to content

globus/globus-jupyterlab

Repository files navigation

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