Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
heshan0131 committed Jan 5, 2019
1 parent 6ddff72 commit 0e39af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/jupyter-notebook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ add mapbox access token to node env
export MapboxAccessToken=<your_mapbox_token>
```

to Start the app
start the app
```sh
npm start
```

to Build. A single keplergl.html file will be put into `dist-workbench` folder
build a single keplergl.html file inside `dist-workbench` folder

```sh
mkdir dist-workbench
Expand Down
2 changes: 1 addition & 1 deletion examples/jupyter-notebook/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ const MAPBOX_TOKEN = process.env.MapboxAccessToken; // eslint-disable-line
// Sample data
import sampleData from './data/sample-data';
import sampleConfig from './configurations/config.json';
import keplerglJson from './data/keplergl.json';

/* eslint-disable no-unused-vars */
import keplerglJson from './data/keplergl.json';
import {addDataToMap, resetMapConfig} from 'kepler.gl/actions';
import Processors from 'kepler.gl/processors';
/* eslint-enable no-unused-vars */
Expand Down

0 comments on commit 0e39af0

Please sign in to comment.