Skip to main content

JupyterLab extension to open files passed via a URL parameter

Project description

jupyterlab-open-url-parameter

Github Actions Status JupyterLite Binder

JupyterLab extension to open files passed via a URL parameter.

Requirements

  • JupyterLab >= 3.0

Install

To install the extension, run the following command:

pip install jupyterlab-open-url-parameter

Usage

The extension will open a file passed via a URL parameter. The URL parameter is fromURL. It is possible to pass multiple files via the fromURL parameter. The files will be opened in the order they are passed.

For example if you would like to open a notebook and a csv file:

You can append the following to the URL of your JupyterLab instance: ?fromURL=https://raw.githubusercontent.com/jupyterlab/jupyterlab-demo/master/notebooks/Lorenz.ipynb&fromURL=https://raw.githubusercontent.com/jupyterlab/jupyterlab-demo/master/data/iris.csv

Which will result in the following URL when JupyterLab is running locally:

http://localhost:8888/lab?fromURL=https://raw.githubusercontent.com/jupyterlab/jupyterlab-demo/master/data/iris.csv&fromURL=https://raw.githubusercontent.com/jupyterlab/jupyterlab-demo/master/notebooks/Lorenz.ipynb

https://user-images.githubusercontent.com/591645/230422671-c12761e9-9b9f-4d23-ab66-344568c6b0a5.mp4

ℹ️ This extension uses the command filebrowser:open-url available in JupyterLab by default.

Using the extension in JupyterLite

The extension can also be used in JupyterLite. Check out the documentation to learn more about adding extensions to JupyterLite.

https://user-images.githubusercontent.com/591645/230426591-04b5155d-3297-4401-b979-d86561188c17.mp4

Uninstall

To remove the extension, run the following command:

pip uninstall jupyterlab-open-url-parameter

Contributing

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 jupyterlab_open_url_parameter 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 jupyterlab-open-url-parameter

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 jupyterlab-open-url-parameter within that folder.

Packaging the extension

See RELEASE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterlab_open_url_parameter-0.1.0.tar.gz (102.4 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file jupyterlab_open_url_parameter-0.1.0.tar.gz.

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.1.0.tar.gz
Algorithm Hash digest
SHA256 81512b9cf893cdb67873d12a1063a58129d5f9ac0e1d67e0c26f1af68f39784d
MD5 f6d104008e4559304a449c235eb01b5b
BLAKE2b-256 2df5351f041bd2a65d788b770708c313bfd5fca1c251e09f208506eb53e49c1b

See more details on using hashes here.

File details

Details for the file jupyterlab_open_url_parameter-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 07ec58e68e865896624bba445473796461820ec0165a06fb926e1e8e84a89fc4
MD5 7f57c010c63152c2a34278238c946386
BLAKE2b-256 32fa622fc5e5c3224c1cc4e229997beaeace901c00e3575079ec75e2e33c03ef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page