Skip to content

Commit

Permalink
Revert data-explorer, moving to plugin (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRussert authored and lgeiger committed Aug 31, 2018
1 parent 6f895fa commit 58ba87e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions lib/components/result-view/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,14 @@ import {
} from "@nteract/transforms";
import PlotlyTransform from "@nteract/transform-plotly";
import { VegaLite1, VegaLite2, Vega2, Vega3 } from "@nteract/transform-vega";
import DataResourceTransform from "@nteract/transform-dataresource";

// We can easily add other transforms here:
const additionalTransforms: Array<any> = [
PlotlyTransform,
VegaLite1,
VegaLite2,
Vega2,
Vega3,
DataResourceTransform
Vega3
];

export const { transforms, displayOrder } = additionalTransforms.reduce(
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@jupyterlab/services": "^0.52.0",
"@nteract/commutable": "^3.0.4",
"@nteract/display-area": "^3.1.7",
"@nteract/transform-dataresource": "^4.3.0",
"@nteract/transform-plotly": "^3.1.4",
"@nteract/transform-vega": "^3.1.1",
"@nteract/transforms": "^3.1.4",
Expand All @@ -69,7 +68,6 @@
"react-hot-loader": "^4.3.3",
"react-rangeslider": "^2.1.0",
"spawnteract": "^5.1.0",
"styled-jsx": "^2.2.7",
"tildify": "^1.2.0",
"uuid": "^3.2.1",
"ws": "^3.3.1",
Expand Down

0 comments on commit 58ba87e

Please sign in to comment.