You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Jupyter Widget for Interactive Data Visualization. Bifrost provides useful chart recommendations and easy integration with Pandas DataFrames. It also provides a variety of analysis tools:
6
7
8
+
- Chart history log for keeping track of your data analysis.
9
+
- Targeted graph suggestions to drive further data exploration.
10
+
- Interactive filters for quantitative and categorical fields.
11
+
- Aggregations and binning for axis encodings.
12
+
- An expressive Python API
7
13
8
-
A Jupyter Widget for Interactive Data Visualization
14
+
The extension allows data scientists to build familiarity with a dataset without sacrificing the reproducibility of code. Changes made in the Bifrost GUI are automatically translated into Pandas Queries, allowing developers to jump back into scripting whenever it is most convenient.
9
15
10
-
## Installation
16
+
## Getting Started
17
+
18
+
### Installation
11
19
12
20
You can install using `pip`:
13
21
@@ -17,19 +25,48 @@ pip install jupyter_bifrost
17
25
18
26
If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable
0 commit comments