HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.8, which is no longer officially supported. Click here for the latest version, 2.15!


The [pants-jupyter-plugin](🔗) project provides a Jupyter plugin that can be used to load Pants targets directly into a notebook.

## Installation

Jupyter plugins are typically installed using `pip` directly alongside Jupyter (Lab) itself.

If you don't already have Jupyter set up somewhere, create a virtualenv for it, and then install and start it by running:



## Usage

For instructions on using the plugin, see its [README](🔗).

An example session that loads a target from the example-python repository might look like:

1446