Skip to main content

JupyterLab extension to open files passed via a URL parameter

Project description

jupyterlab-open-url-parameter

Extension status Github Actions Status JupyterLite Binder

JupyterLab extension to open files passed via a URL parameter.

Requirements

  • JupyterLab >= 4.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.2.0.tar.gz (84.3 kB view details)

Uploaded Source

Built Distribution

File details

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

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.2.0.tar.gz
Algorithm Hash digest
SHA256 916ac48127cdc76adc9373f8dd6bd4d24c11be0c49018de0243ca2464be1b051
MD5 5e98a58eebe144e125f0db53b2ab8edf
BLAKE2b-256 02c921190d640476e070083490817add9073c5fb4ccfa49f25de41770acecaea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c1bd051f2953e5b81633bcaa0fe1a1e3f885e77031a4264531380beee439128a
MD5 e6947774b4e8a36a39b19d6fc9f8b800
BLAKE2b-256 21ce35c4223374b55777a2017b6c4d69a1253f29db331031734769acb2588310

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