Metadata-Version: 2.1
Name: workbench_jupyterlab
Version: 1.1.315
Summary: Enhance experience of running JupyterLab in Posit Workbench.
Home-page: https://docs.posit.co/ide/server-pro/user/jupyter-lab/guide/posit-workbench-extension.html
Author: Posit Software, PBC
Author-email: 
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Jupyter
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# workbench_jupyterlab

The workbench_jupyterlab JupyterLab plugin provides features for integrating JupyterLab with Posit Workbench. 

## Features

* Provides a button on the main toolbar that will bring the user to the Posit Workbench homepage
* Provides the command "Return to Posit Workbench Home" that can be accessed through the Command Palette to bring the user to the Posit Workbench homepage.
* Provides a "Proxied Servers" sidebar view that allows users to access their remote servers from Posit Workbench environments.

## Requirements

* JupyterLab >= 3.0

## Install

To install the extension, execute:

```bash
pip install workbench_jupyterlab
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall workbench_jupyterlab
```
