Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix mybinder example #10

Merged
merged 2 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .binder/example/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions .binder/example/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions .binder/example/example.ipynb

This file was deleted.

1,513 changes: 0 additions & 1,513 deletions .binder/example/pixi.lock

This file was deleted.

10 changes: 0 additions & 10 deletions .binder/example/pixi.toml

This file was deleted.

4,188 changes: 0 additions & 4,188 deletions .binder/pixi.lock

This file was deleted.

14 changes: 0 additions & 14 deletions .binder/pixi.toml

This file was deleted.

23 changes: 0 additions & 23 deletions .dockerignore

This file was deleted.

59 changes: 0 additions & 59 deletions Dockerfile

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pixi Kernel

[![Pixi Badge][pixi-badge]](https://pixi.sh)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/renan-r-santos/pixi-kernel/main?labpath=/home/jovyan/work/example.ipynb)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/renan-r-santos/pixi-kernel-binder/main?labpath=example.ipynb)
[![GitHub Actions][github-actions-badge]](https://github.com/renan-r-santos/pixi-kernel/actions)
[![Ruff][ruff-badge]](https://github.com/astral-sh/ruff)

Expand Down Expand Up @@ -30,6 +30,12 @@ configurations.

See the [Pixi docs](https://pixi.sh/latest/) for more information on how to use Pixi.

## mybinder.org

You can try Pixi Kernel on [mybinder.org](https://mybinder.org) by clicking the badge at the top of
this README. Check [pixi-kernel-binder](https://github.com/renan-r-santos/pixi-kernel-binder) for
how to set up a Binder repository with Pixi Kernel.

## User Experience

If the Pixi Kernel is used in a project where `pixi` is not installed or the project does not have
Expand Down
Loading