Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To serve a directory of jupyter notebooks, run `voila` with no argument.
For example, to render the example notebook `bqplot.ipynb` from this repository with Voilà, you can first update your current environment with the requirements of this notebook (in this case in a [conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) and render the notebook with

```
mamba env update -f environment.yml
mamba env update -f .binder/environment.yml
cd notebooks/
voila bqplot.ipynb
```
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Commit the changes, create a new release tag, and update the `stable` branch (fo

```bash
git checkout main
git add voila/_version.py environment.yml
git add voila/_version.py
git commit -m "Release x.y.z"
git tag x.y.z
git checkout stable
Expand Down