1- # jupyterlab-new-launcher
1+ # jupyterlab-launchpad
22
3- [ ![ Github Actions Status] ( https://github.com/nebari-dev/jupyterlab-new-launcher /workflows/Build/badge.svg )] ( https://github.com/nebari-dev/jupyterlab-new-launcher /actions/workflows/build.yml )
4- [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/nebari-dev/jupyterlab-new-launcher /main?urlpath=lab )
3+ [ ![ Github Actions Status] ( https://github.com/nebari-dev/jupyterlab-launchpad /workflows/Build/badge.svg )] ( https://github.com/nebari-dev/jupyterlab-launchpad /actions/workflows/build.yml )
4+ [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/nebari-dev/jupyterlab-launchpad /main?urlpath=lab )
55
66A redesigned JupyterLab launcher
77
@@ -11,8 +11,8 @@ Kernel selection dialog:
1111
1212![ new dialog] [ dialog ]
1313
14- [ launcher ] : https://raw.githubusercontent.com/nebari-dev/jupyterlab-new-launcher /main/docs/images/launcher.png
15- [ dialog ] : https://raw.githubusercontent.com/nebari-dev/jupyterlab-new-launcher /main/docs/images/dialog.png
14+ [ launcher ] : https://raw.githubusercontent.com/nebari-dev/jupyterlab-launchpad /main/docs/images/launcher.png
15+ [ dialog ] : https://raw.githubusercontent.com/nebari-dev/jupyterlab-launchpad /main/docs/images/dialog.png
1616
1717## Requirements
1818
@@ -23,15 +23,15 @@ Kernel selection dialog:
2323To install the extension, execute:
2424
2525``` bash
26- pip install jupyterlab-new-launcher
26+ pip install jupyterlab-launchpad
2727```
2828
2929## Uninstall
3030
3131To remove the extension, execute:
3232
3333``` bash
34- pip uninstall jupyterlab-new-launcher
34+ pip uninstall jupyterlab-launchpad
3535```
3636
3737## Contributing
@@ -46,7 +46,7 @@ The `jlpm` command is JupyterLab's pinned version of
4646
4747``` bash
4848# Clone the repo to your local environment
49- # Change directory to the jupyterlab_new_launcher directory
49+ # Change directory to the jupyterlab_launchpad directory
5050# Install package in development mode
5151pip install -e " ."
5252# Link your development version of the extension with JupyterLab
@@ -75,12 +75,12 @@ jupyter lab build --minimize=False
7575### Development uninstall
7676
7777``` bash
78- pip uninstall jupyterlab_new_launcher
78+ pip uninstall jupyterlab_launchpad
7979```
8080
8181In development mode, you will also need to remove the symlink created by ` jupyter labextension develop `
8282command. To find its location, you can run ` jupyter labextension list ` to figure out where the ` labextensions `
83- folder is located. Then you can remove the symlink named ` jupyterlab-new-launcher ` within that folder.
83+ folder is located. Then you can remove the symlink named ` jupyterlab-launchpad ` within that folder.
8484
8585### Testing the extension
8686
0 commit comments