https://github.com/yamaton/jupyterlab_copy_relative_path
A JupyterLab extension adding "Copy Relative Path" to a context menu.
https://github.com/yamaton/jupyterlab_copy_relative_path
Last synced: 3 months ago
JSON representation
A JupyterLab extension adding "Copy Relative Path" to a context menu.
- Host: GitHub
- URL: https://github.com/yamaton/jupyterlab_copy_relative_path
- Owner: yamaton
- License: bsd-3-clause
- Created: 2022-10-26T20:44:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T04:05:45.000Z (over 2 years ago)
- Last Synced: 2025-03-16T20:48:26.396Z (4 months ago)
- Language: TypeScript
- Size: 338 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy Relative Path
[](https://pypi.org/project/jupyterlab-copy-relative-path/)
[](https://anaconda.org/conda-forge/jupyterlab-copy-relative-path)> Adds **'Copy Relative Path'** to a context menu of JupyterLab tabs and file browser items.
This extension would be useful when specifying a file or a directory from a notebook. The path is relative to an active document; the button will hide when an active window does not provide a reference path; i.e. when a Launch page or a Console window is active.

# Install
Install with `pip`.
```shell
pip install jupyterlab-copy-relative-path
```Or, via `conda-forge`.
```shell
conda install -c conda-forge jupyterlab-copy-relative-path
```