Skip to content

Commit

Permalink
improve readme getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
grnnja committed Aug 5, 2022
1 parent 0c7f7ac commit 435611b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,25 +56,16 @@ conda install ploomber -c conda-forge

## Getting started

**Open a hosted JupyterLab instance:**
### Try the tutorial:
### [**Online Without Installing**](https://mybinder.org/v2/gh/ploomber/binder-env/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fploomber%252Fprojects%26urlpath%3Dlab%252Ftree%252Fprojects%252Fguides/first-pipeline%252FREADME.ipynb%26branch%3Dmaster)

[![image](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ploomber/binder-env/main?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fploomber%252Fprojects%26urlpath%3Dlab%252Ftree%252Fprojects%252Fguides/first-pipeline%252FREADME.ipynb%26branch%3Dmaster)

**or learn it locally in 2 minutes:**
### **Or locally:**

```sh
pip install ploomber --upgrade

python -m ploomber.onboard
```

**What's next?**

Ready to **migrate your project?** [Click here.](https://docs.ploomber.io/en/latest/user-guide/refactoring.html)

Do you want to **learn more?** [Check out the introductory tutorial.](https://docs.ploomber.io/en/latest/get-started/first-pipeline.html)

Run more [examples.](https://docs.ploomber.io/en/latest/user-guide/templates.html)
```

## Community

Expand Down

0 comments on commit 435611b

Please sign in to comment.