File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # jupyterlab_niryo_one
1
+ # jupyterlab-niryo-one
2
2
3
3
Blockly extension for JupyterLab to control a Niryo One robot.
4
4
@@ -27,7 +27,7 @@ To install the extension, execute:
27
27
``` bash
28
28
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
29
29
micromamba activate niryo
30
- pip install jupyterlab_niryo_one
30
+ pip install jupyterlab-niryo-one
31
31
```
32
32
33
33
#### Kernels
@@ -43,7 +43,7 @@ pip install jupyterlab_niryo_one
43
43
To remove the extension, execute:
44
44
45
45
``` bash
46
- pip uninstall jupyterlab_niryo_one
46
+ pip uninstall jupyterlab-niryo-one
47
47
```
48
48
49
49
## Contributing
@@ -89,7 +89,7 @@ jupyter lab build --minimize=False
89
89
### Development uninstall
90
90
91
91
``` bash
92
- pip uninstall jupyterlab_niryo_one
92
+ pip uninstall jupyterlab-niryo-one
93
93
```
94
94
95
95
In development mode, you will also need to remove the symlink created by ` jupyter labextension develop `
Original file line number Diff line number Diff line change 1
- # Making a new release of jupyterlab_niryo_one
1
+ # Making a new release of jupyterlab-niryo-one
2
2
3
3
The extension can be published to ` PyPI ` and ` npm ` manually or using the [ Jupyter Releaser] ( https://github.com/jupyter-server/jupyter_releaser ) .
4
4
You can’t perform that action at this time.
0 commit comments