Metadata-Version: 2.4
Name: jupyshark
Version: 0.1.1
Summary: A collection of jupyterlab extensions as a meta package for a more pleasant (and productive) UX.
License-File: LICENSE
Keywords: jupyter,jupyterlab,notebook
Requires-Python: >=3.11
Requires-Dist: jedi-language-server>=0.43.1
Requires-Dist: jupyter-resource-usage>=1.1.0
Requires-Dist: jupyterlab-execute-time>=3.2.0
Requires-Dist: jupyterlab-lsp>=5.1.0
Requires-Dist: jupyterlab-spreadsheet-editor>=0.7.2
Requires-Dist: jupyterlab-unfold>=0.3.3
Requires-Dist: jupyterlab>=4.3.5
Requires-Dist: lckr-jupyterlab-variableinspector>=3.2.4
Description-Content-Type: text/markdown

# jupyshark

A collection of jupyterlab extensions as a meta package for a more pleasant (and productive) UX.

## Extensions used

- `jupyterlab-execute-time`: displays the execution time of each cell in JupyterLab.
- `jedi-language-server`: provides code intelligence for Python in JupyterLab.
- `jupyter-resource-usage`: monitors and displays resource usage in JupyterLab.
- `jupyterlab-lsp`: adds Language Server Protocol support to JupyterLab.
- `jupyterlab-spreadsheet-editor`: enables spreadsheet editing capabilities in JupyterLab.
- `jupyterlab-unfold`: allows folding and unfolding of code cells in JupyterLab.
- `lckr-jupyterlab-variableinspector`: provides a variable inspector for JupyterLab.

## Installation

```bash
pip install jupyshark
```
