Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 25, 2024
1 parent c3c4334 commit c24bf99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@

A redesigned JupyterLab launcher

![new launcher][launcher]

Kernel selection dialog:

![new dialog][dialog]

[launcher]: https://raw.githubusercontent.com/nebari-dev/jupyterlab-new-launcher/main/docs/images/launcher.png
[dialog]: https://raw.githubusercontent.com/nebari-dev/jupyterlab-new-launcher/main/docs/images/dialog.png

## Requirements

- JupyterLab >= 4.0.0
Expand All @@ -14,15 +23,15 @@ A redesigned JupyterLab launcher
To install the extension, execute:

```bash
pip install jupyterlab_new_launcher
pip install jupyterlab-new-launcher
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_new_launcher
pip uninstall jupyterlab-new-launcher
```

## Contributing
Expand Down
Binary file added docs/images/dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c24bf99

Please sign in to comment.