0.5.9 • Published 2 months ago

@maap-jupyterlab/dps-jupyter-extension v0.5.9

Weekly downloads
-
License
Apache 2.0
Repository
github
Last release
2 months ago

DPS Jupyter Extension

Frontend extension that allows users to interact with the Data Processing System (DPS) by viewing and submitting jobs.

To activate the UI, navigate to View -> Activate Command Palette -> View & Submit Jobs.  

Requirements

Install

To install the extension, execute:

jupyter labextension install @maap-jupyterlab/dps-jupyter-extension

 

Uninstall

To remove the extension, execute:

jupyter labextension uninstall @maap-jupyterlab/dps-jupyter-extension

 

Development install

Note: You will need NodeJS to build the extension package.

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
# Change directory to the dps_jupyter_extension directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

jupyter lab build --minimize=False

 

Development uninstall

pip uninstall dps_jupyter_extension

In development mode, you will also need to remove the symlink created by jupyter labextension develop command. To find its location, you can run jupyter labextension list to figure out where the labextensions folder is located. Then you can remove the symlink named dps_jupyter_extension within that folder.
 

Contributing

Refer to the contributing guidelines here.

Questions?

Refer to the Q&A discussion board.

0.5.9

2 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.6

10 months ago

0.5.0

6 months ago

0.4.1

10 months ago

0.3.1

10 months ago

0.4.0

10 months ago

0.5.2

5 months ago

0.4.3

10 months ago

0.5.1

6 months ago

0.4.2

10 months ago

0.3.0

11 months ago

0.2.0

1 year ago

0.1.20

1 year ago

0.1.21

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.10

2 years ago

0.1.11

1 year ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago