Skip to content

Commit 6a2a301

Browse files
committed
change name of repo
1 parent 35d9882 commit 6a2a301

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jupyterlab_lego_boost
1+
# jupyterlab-lego-boost
22

33
[![Github Actions Status](https://github.com/QuantStack/jupyterlab-lego-boost/workflows/Build/badge.svg)](https://github.com/QuantStack/jupyterlab-lego-boost/actions/workflows/build.yml)[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/QuantStack/jupyterlab-lego-boost/main?urlpath=lab)
44
Blockly extension for JupyterLab to control the Lego Boost
@@ -12,15 +12,15 @@ Blockly extension for JupyterLab to control the Lego Boost
1212
To install the extension, execute:
1313

1414
```bash
15-
pip install jupyterlab_lego_boost
15+
pip install jupyterlab-lego-boost
1616
```
1717

1818
## Uninstall
1919

2020
To remove the extension, execute:
2121

2222
```bash
23-
pip uninstall jupyterlab_lego_boost
23+
pip uninstall jupyterlab-lego-boost
2424
```
2525

2626
## Contributing
@@ -35,7 +35,7 @@ The `jlpm` command is JupyterLab's pinned version of
3535

3636
```bash
3737
# Clone the repo to your local environment
38-
# Change directory to the jupyterlab_lego_boost directory
38+
# Change directory to the jupyterlab-lego-boost directory
3939
# Install package in development mode
4040
pip install -e .
4141
# Link your development version of the extension with JupyterLab
@@ -64,7 +64,7 @@ jupyter lab build --minimize=False
6464
### Development uninstall
6565

6666
```bash
67-
pip uninstall jupyterlab_lego_boost
67+
pip uninstall jupyterlab-lego-boost
6868
```
6969

7070
In development mode, you will also need to remove the symlink created by `jupyter labextension develop`

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Making a new release of jupyterlab_lego_boost
1+
# Making a new release of jupyterlab-lego-boost
22

33
The extension can be published to `PyPI` and `npm` manually or using the [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser).
44

0 commit comments

Comments
 (0)