Skip to content

Update bug report test environment #3156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2021
Merged
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
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ about: Create a report to help us improve
<!--
Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment:

1. conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab nodejs=12
1. conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can we list mamba everywhere?

Suggested change
1. conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab
1. mamba create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab

Copy link
Member

Choose a reason for hiding this comment

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

It would make sense yes, or at least as an alternative (if that doesn't complicate the instructions)

2. conda activate ipywidgets-test
3. pip install --upgrade ipywidgets
# If using jupyterlab
4. jupyter labextension install @jupyter-widgets/jupyterlab-manager
-->

## Description
Expand Down