jupyterlab / jupyterlab/plugin-playground
Track history of successfully loaded plugin versions
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 60
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Add a Plugin Load History feature that automatically snapshots the source of a plugin every time it is successfully loaded via "Load Current File As Extension". Users can browse past loads and restore a previous version into the editor. Have a configurable cap (default to some value per file) that evicts the oldest entry when exceeded.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of “Load Current File As Extension” and trace the successful-load path. Define how snapshots are stored, browsed, restored, and capped per file; done means successful loads create history entries, users can restore them, and oldest entries are evicted when the configured cap is exceeded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100