Skip to content

Commit 7544435

Browse files
authored
Merge pull request #2 from hbcarlos/rename
Rename repository
2 parents 4d5f7e1 + 99210b8 commit 7544435

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jupyterlab_niryo_one
1+
# jupyterlab-niryo-one
22

33
Blockly extension for JupyterLab to control a Niryo One robot.
44

@@ -27,7 +27,7 @@ To install the extension, execute:
2727
```bash
2828
micromamba create -n niryo -c conda-forge python jupyterlab==3.4 ipykernel xeus-python xeus-lua jupyterlab-language-pack-es-ES jupyterlab-language-pack-fr-FR
2929
micromamba activate niryo
30-
pip install jupyterlab_niryo_one
30+
pip install jupyterlab-niryo-one
3131
```
3232

3333
#### Kernels
@@ -43,7 +43,7 @@ pip install jupyterlab_niryo_one
4343
To remove the extension, execute:
4444

4545
```bash
46-
pip uninstall jupyterlab_niryo_one
46+
pip uninstall jupyterlab-niryo-one
4747
```
4848

4949
## Contributing
@@ -89,7 +89,7 @@ jupyter lab build --minimize=False
8989
### Development uninstall
9090

9191
```bash
92-
pip uninstall jupyterlab_niryo_one
92+
pip uninstall jupyterlab-niryo-one
9393
```
9494

9595
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_niryo_one
1+
# Making a new release of jupyterlab-niryo-one
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)