Skip to content

Commit ab9ff07

Browse files
committed
ipdb import is disabled, README install instructions updated
1 parent 29a9d94 commit ab9ff07

File tree

8 files changed

+8
-7
lines changed

8 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ to run examples install pyjanitor, rdflib and graphviz. After that you can insta
99

1010
```
1111
pip install pyjanitor rdflib graphviz
12+
pip install ipython matplotlib
1213
git clone https://github.com/pyjanitor-devs/pyjviz.git
1314
cd pyjviz
1415
pip install -e .

examples/scripts/conditional_join-w-plots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# example https://github.com/pyjanitor-devs/pyjanitor/blob/dev/examples/notebooks/conditional_join.ipynb
33
#
4-
import ipdb
4+
#import ipdb
55
import sys
66
import pandas as pd
77
import janitor, pyjviz

examples/scripts/conditional_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# example https://github.com/pyjanitor-devs/pyjanitor/blob/dev/examples/notebooks/conditional_join.ipynb
33
#
4-
import ipdb
4+
#import ipdb
55
import sys
66
import pandas as pd
77
import janitor, pyjviz

examples/scripts/test-assign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ipdb
1+
#import ipdb
22
import inspect, dis
33
import janitor
44
import pandas_flavor as pf

pyjviz/fstriplestore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ipdb
1+
#import ipdb
22
import os, os.path, textwrap
33
import tempfile
44
import io

pyjviz/nested_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ipdb
1+
#import ipdb
22
import sys, contextlib
33
from . import obj_tracking
44
from . import obj_utils

pyjviz/viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyjviz module implements basic visualisation of pyjviz rdf log
22
# there is no dependency of this code to other part of pyjanitor
33
#
4-
import ipdb
4+
#import ipdb
55
import os.path, tempfile
66
import collections
77
import html

pyjviz/wb_stack_entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ipdb
1+
#import ipdb
22
import threading
33
import pandas as pd
44
import base64

0 commit comments

Comments
 (0)