Skip to content

Commit

Permalink
Jupyter Lab 3 Compatibility (#77)
Browse files Browse the repository at this point in the history
* some progress

* lab3 without static

* added static files

* changed installation instructions

* updated json and version

* bug fix on version

* removed lab3 requirement
  • Loading branch information
jakeatgalileo authored Apr 15, 2021
1 parent af73485 commit 51716a9
Show file tree
Hide file tree
Showing 41 changed files with 1,128 additions and 1,480 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,18 @@ You can find the full demo example in this live [notebook](https://mybinder.org/

# Installation

Lux can be installed through PyPI:
For either Jupyter Notebooks or JupyterLab (versions 3.0 and above), you can install via pip or conda:

```bash
pip install lux-api
```

or

```bash
conda install -c conda-forge lux-api
```

## Setup in Jupyter Notebook, VSCode

To use Lux in [Jupyter notebook](https://github.com/jupyter/notebook) or [VSCode](https://code.visualstudio.com/docs/python/jupyter-support), activate the notebook extension:
Expand All @@ -49,15 +55,6 @@ To use Lux in [Jupyter notebook](https://github.com/jupyter/notebook) or [VSCode

If the installation happens correctly, you should see two `- Validating: OK` after executing the two lines above.

## Setup in Jupyter Lab

To use Lux in [Jupyter Lab](https://github.com/jupyterlab/jupyterlab), activate the lab extension:

```bash
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install luxwidget
```

If you encounter issues with the installation, please refer to [this page](https://lux-api.readthedocs.io/en/latest/source/guide/FAQ.html#troubleshooting-tips) to troubleshoot the installation. Follow [these instructions](https://lux-api.readthedocs.io/en/latest/source/getting_started/installation.html#manual-installation-dev-setup) to set up Lux for development purposes.

# Documentation and Support
Expand Down
Loading

0 comments on commit 51716a9

Please sign in to comment.