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

To place downloaded files in a specific destination, use fromURLToFolder in the URL. Missing directories are created automatically.

For example:

http://localhost:8888/lab?fromURL=https://raw.githubusercontent.com/jupyterlab/jupyterlab_apod/cffae6a4049af97436f0c19a0dae65a574f74390/src/index.ts&fromURLToFolder=step-05

With multiple fromURL values, the same fromURLToFolder destination is used for all files.

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.4.0.tar.gz (89.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jupyterlab_open_url_parameter-0.4.0-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.4.0.tar.gz
Algorithm Hash digest
SHA256 74a27e0e3d487009ec38cd14e77f775ef07d0cb97f8f2972fa09fa485d09b9f8
MD5 3e669d2fdc9226055a26d73edf424254
BLAKE2b-256 91da56066f333b803f795571607fc45836ad8e71c1e33f04473471daa997238c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jupyterlab_open_url_parameter-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 24b1bcf62ec2b6924c3d0d52eef6d3ac4e818a472e145f7b780a8876aca4846c
MD5 c304c1988ab04b0dfb88131a69166dbe
BLAKE2b-256 85f5c4ec52cf51ebcde752be45f3057f559aeb59c71dff676f9b2c33f71b0971

See more details on using hashes here.

Supported by

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