Skip to content

Commit dac1433

Browse files
committed
replace gif
1 parent 3dbb2b0 commit dac1433

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

notebooks/nteract-data-explorer.ipynb renamed to notebooks/nteract-data-explorer-extension.ipynb

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,6 @@
44
"cell_type": "code",
55
"execution_count": 1,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stdout",
10-
"output_type": "stream",
11-
"text": [
12-
"Looking in indexes: https://tubi-data-runtime:****@tubins.jfrog.io/tubins/api/pypi/pypi-release-local/simple, https://pypi.org/simple\n",
13-
"Requirement already satisfied: dx in /Users/shangchun/.pyenv/versions/3.7.4/lib/python3.7/site-packages (0.2.4)\n",
14-
"\u001b[33mYou are using pip version 19.0.3, however version 20.0.2 is available.\n",
15-
"You should consider upgrading via the 'pip install --upgrade pip' command.\u001b[0m\n"
16-
]
17-
}
18-
],
19-
"source": [
20-
"!pip install dx"
21-
]
22-
},
23-
{
24-
"cell_type": "code",
25-
"execution_count": 2,
26-
"metadata": {},
277
"outputs": [],
288
"source": [
299
"from dx import load_sample, dx as display\n",
@@ -32,7 +12,7 @@
3212
},
3313
{
3414
"cell_type": "code",
35-
"execution_count": 3,
15+
"execution_count": 2,
3616
"metadata": {},
3717
"outputs": [
3818
{
@@ -1308,8 +1288,8 @@
13081288
"Region"
13091289
],
13101290
"selectedMetrics": [
1311-
"Happiness Score",
1312-
"Economy (GDP per Capita)"
1291+
"Standard Error",
1292+
"Happiness Score"
13131293
],
13141294
"summaryType": "violin",
13151295
"trendLine": "none",

packages/nteract-data-explorer-extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# nteract-data-explorer-extension
22

3-
A JupyterLab extension for rendering data of tabular-data-resource type based on [nteract Data Explorer](https://github.com/nteract/data-explorer).
3+
A JupyterLab extension for rendering data of [tabular-data-resource](https://specs.frictionlessdata.io/tabular-data-resource/) type based on [nteract Data Explorer](https://github.com/nteract/data-explorer).
44

5-
![demo](http://g.recordit.co/RkMsk43K30.gif)
5+
![demo](http://g.recordit.co/yex45iX6nw.gif)
66

77
## Prerequisites
88

0 commit comments

Comments
 (0)