Skip to content

Commit

Permalink
Update installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
dorisjlee committed Feb 6, 2020
1 parent fa3adef commit 79b3c77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,14 @@ To install the widget, we need to install webpack:
```bash
npm install --save-dev webpack webpack-cli
```
Then, we can install the jupyter widget using the custom installation script:
Then, we can install the [Lux Jupyter widget](https://github.com/lux-org/lux-widget) using the custom installation script:
```bash
cd widget/
git clone git@github.com:lux-org/lux-widget.git
cd lux-widget/
npm install
sh install.sh
bash install.sh
```

For more detailed examples of how to use Lux, check out this demo [notebook](https://github.com/lux-org/lux/blob/master/examples/demo.ipynb).

Lux is undergoing active development. Please report any bugs, issues, or requests through [Github Issues](https://github.com/lux-org/lux/issues).
Lux is undergoing active development. Please report any bugs, issues, or requests through [Github Issues](https://github.com/lux-org/lux/issues).

0 comments on commit 79b3c77

Please sign in to comment.