Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Read [Press Release](./PRESSRELEASE.md) for more information.

Check out [the Current Progress](./PROGRESS.md) to keep up with our feature updates!

This extension is composed of a NPM package named `code-snippets`
This extension is composed of a NPM package named `jupyterlab-code-snippets`
for the frontend extension.

## Requirements

* JupyterLab >= 2.0
- JupyterLab >= 2.0

## Install

```bash
jupyter labextension install code-snippets
jupyter labextension install jupyterlab-code-snippets
```

## Troubleshoot
Expand Down Expand Up @@ -68,5 +68,5 @@ Now every change will be built locally and bundled into JupyterLab. Be sure to r
### Uninstall

```bash
jupyter labextension uninstall code-snippets
jupyter labextension uninstall jupyterlab-code-snippets
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "code-snippets",
"name": "jupyterlab-code-snippets",
"version": "0.1.0",
"description": "EXPERIMENTAL: Save, reuse, and share code snippets using JupyterLab Code Snippets",
"keywords": [
Expand Down