Skip to content

Commit

Permalink
Update README installation and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Aug 29, 2024
1 parent 17c7584 commit 96b00f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# JupyterLab PDF Preview

[![PyPI Latest Release](https://img.shields.io/pypi/v/jupyterlab-pdf-preview)](https://pypi.org/project/jupyterlab-pdf-preview/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/jupyterlab-pdf-preview)](https://pypi.org/project/jupyterlab-pdf-preview/)
[![License](https://img.shields.io/pypi/l/jupyterlab-pdf-preview)](https://github.com/PainterQubits/jupyterlab-pdf-preview/blob/main/LICENSE)
[![CI](https://github.com/PainterQubits/jupyterlab-pdf-preview/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/jupyterlab-pdf-preview/actions/workflows/ci.yml)

JupyterLab extension to preview PDF files in the file browser on hover.

## Installation

Install the latest version of JupyterLab PDF Preview using pip:

```
pip install -U jupyterlab-pdf-preview --extra-index-url https://painterqubits.github.io/jupyterlab-pdf-preview/releases
pip install -U jupyterlab-pdf-preview
```

This extension should run alongside
Expand Down

0 comments on commit 96b00f9

Please sign in to comment.