File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # jupyterlab_lego_boost
1
+ # jupyterlab-lego-boost
2
2
3
3
[ ![ 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 )
4
4
Blockly extension for JupyterLab to control the Lego Boost
@@ -12,15 +12,15 @@ Blockly extension for JupyterLab to control the Lego Boost
12
12
To install the extension, execute:
13
13
14
14
``` bash
15
- pip install jupyterlab_lego_boost
15
+ pip install jupyterlab-lego-boost
16
16
```
17
17
18
18
## Uninstall
19
19
20
20
To remove the extension, execute:
21
21
22
22
``` bash
23
- pip uninstall jupyterlab_lego_boost
23
+ pip uninstall jupyterlab-lego-boost
24
24
```
25
25
26
26
## Contributing
@@ -35,7 +35,7 @@ The `jlpm` command is JupyterLab's pinned version of
35
35
36
36
``` bash
37
37
# 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
39
39
# Install package in development mode
40
40
pip install -e .
41
41
# Link your development version of the extension with JupyterLab
@@ -64,7 +64,7 @@ jupyter lab build --minimize=False
64
64
### Development uninstall
65
65
66
66
``` bash
67
- pip uninstall jupyterlab_lego_boost
67
+ pip uninstall jupyterlab-lego-boost
68
68
```
69
69
70
70
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_lego_boost
1
+ # Making a new release of jupyterlab-lego-boost
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