Metadata-Version: 2.1
Name: jupyterlab-copy-relative-path
Version: 0.0.1
Summary: Adds 'Copy Relative Path' to a context menu of JupyterLab file browser.
Home-page: https://github.com/yamaton/jupyterlab_copy_relative_path
Author: Yamato Matsuoka
Author-email: 
License: BSD-3-Clause
Keywords: Jupyter,JupyterLab,JupyterLab3
Platform: Linux
Platform: Mac OS X
Platform: Windows
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Jupyter
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Copy Relative Path

> Adds **'Copy Relative Path'** to a context menu of JupyterLab file browser.

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.

![copy relative path demo](preview.png)

# Install

```shell
pip install jupyterlab-copy-relative-path
```
