Skip to content

Commit

Permalink
readme-done
Browse files Browse the repository at this point in the history
  • Loading branch information
koaning committed Apr 11, 2021
1 parent 798893e commit a6f8741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,6 @@ venv.bak/
.dmypy.json
dmypy.json

.idea
.idea
*.ipynb
.vscode
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ notebook. This should be very useful when teaching machine learning algorithms.
![](gif.gif)

You can get the same tooling from going to [drawdata.xyz](https://drawdata.xyz)
but with this library you'll also be able to use it from within jupyter.
but with this library you'll also be able to use it from within jupyter. This will save you a precious tab in the browser.

## Installation

Expand All @@ -34,8 +34,7 @@ from drawdata import draw_scatter
draw_scatter()
```


After making the drawing and hitting the `copy csv` button, you can use pandas to read the clipboard. if installed.
Once you're done drawing you can copy the data to the clipboard. After this you can use pandas to read the clipboard to get your drawn data into a dataframe.

```python
import pandas as pd
Expand Down

0 comments on commit a6f8741

Please sign in to comment.