Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claytonpassmore/jlem
Jupyter Lab Extension Manager
https://github.com/claytonpassmore/jlem
Last synced: 20 days ago
JSON representation
Jupyter Lab Extension Manager
- Host: GitHub
- URL: https://github.com/claytonpassmore/jlem
- Owner: ClaytonPassmore
- Created: 2016-10-17T02:16:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T03:27:21.000Z (about 8 years ago)
- Last Synced: 2024-10-12T07:48:11.793Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jlem - JupyterLab Extension Manager
[pronounced jay-lem]### Overview
An extremely simple extension manager for [JupyterLab](https://github.com/jupyterlab/jupyterlab#jupyterlab).Built to simplify the discovery and management of JupyterLab extensions.
### Installation
Install with pip!
```
pip install jlem
```
Alternatively, you can clone the repo and do a local install:
```
git clone https://github.com/ClaytonPassmore/jlem.git && pip install ./jlem
```### Features
1. Manage your JupyterLab extensions
- install, uninstall, enable, and disable extensions
2. Display the current status of extensions on your system
3. List packages on PyPi with `jupyterlab` listed in their `platforms` attribute