Skip to content

Commit

Permalink
Update a few more places in the docs regarding location of python pac…
Browse files Browse the repository at this point in the history
…kages.
  • Loading branch information
jasongrout committed Nov 2, 2021
1 parent 6a26700 commit 4a71e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions docs/source/dev_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,17 @@ To install ipywidgets from git, you will need:



### Installing With Conda
### Installing With Conda

```bash
conda create -c conda-forge -n ipywidgets yarn notebook
conda create -c conda-forge -n ipywidgets yarn notebook jupyterlab
conda activate ipywidgets
ipython kernel install --name ipywidgets --display-name "ipywidgets" --sys-prefix
pip install --pre jupyterlab
git clone https://github.com/jupyter-widgets/ipywidgets.git
cd ipywidgets
./dev-install.sh
```

Notice that we install the prerelease of JupyterLab currently, which is only available via `pip`.

Rebuilding after making changes
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/dev_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
To run the Python tests:

```sh
pytest --cov=ipywidgets ipywidgets
pytest --cov=ipywidgets ./python/ipywidgets
```

To run the Javascript tests in each package directory:
Expand Down

0 comments on commit 4a71e7a

Please sign in to comment.