Skip to content
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.filter
__pycache__
__pycache__
build/
dist/
*.egg-info/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ queries.

## Installation
```
pip install git+https://github.com/TakoData/QueryFilter.git@0.2.0
pip install git+https://github.com/TakoData/QueryFilter.git
```
## Usage

Expand Down
11 changes: 0 additions & 11 deletions demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# If poetry is not installed\n",
"#!pip install poetry\n",
"!poetry install"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
Loading