Skip to content

Commit

Permalink
Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jan 11, 2021
1 parent e1e12e3 commit 50577c3
Show file tree
Hide file tree
Showing 4 changed files with 9,688 additions and 23 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Creating a new environment can help avoid pushing local changes and any extra tag.

```bash
mamba create -q -y -n voila-release -c conda-forge twine nodejs keyring pip matplotlib tornado
mamba create -q -y -n voila-release -c conda-forge twine nodejs keyring pip matplotlib tornado jupyter-packaging jupyterlab
conda activate voila-release
```

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- bqplot
- scipy
- ipympl
- voila=0.2.5
- voila=0.2.6
- ipympl
- xleaflet=0.11.1
- xeus-cling>=0.9
Loading

1 comment on commit 50577c3

@stonebig
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello,

With Jupyterlab-3.0, do we still need to do "jupyter serverextension enable voila --sys-prefix" ?

I see dask-labextension has removed the instruction in their readme dask/dask-labextension@a69bdcb

Please sign in to comment.