|
| 1 | +name: Bug report |
| 2 | +about: Create a report to help us improve |
| 3 | +--- |
| 4 | + |
| 5 | +<!-- |
| 6 | +Welcome! Before creating a new issue please search for relevant issues and recreate the issue in a fresh environment: |
| 7 | +
|
| 8 | +1. conda create -n ipywidgets-test --override-channels --strict-channel-priority -c conda-forge -c anaconda jupyterlab nodejs=12 |
| 9 | +2. conda activate ipywidgets-test |
| 10 | +3. pip install --upgrade ipywidgets |
| 11 | +# If using jupyterlab |
| 12 | +4. jupyter labextension install @jupyter-widgets/jupyterlab-manager |
| 13 | +--> |
| 14 | + |
| 15 | +## Description |
| 16 | + |
| 17 | +<!--Describe the bug clearly and concisely. Include screenshots/gifs if possible--> |
| 18 | + |
| 19 | +## Reproduce |
| 20 | + |
| 21 | +<!--Describe step-by-step instructions to reproduce the behavior--> |
| 22 | + |
| 23 | +1. Go to '...' |
| 24 | +2. Click on '...' |
| 25 | +3. Scroll down to '...' |
| 26 | +4. See error '...' |
| 27 | + |
| 28 | +<!--Describe how you diagnosed the issue. See the guidelines at |
| 29 | + https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> |
| 30 | + |
| 31 | +## Expected behavior |
| 32 | + |
| 33 | +<!--Describe what you expected to happen--> |
| 34 | + |
| 35 | +## Context |
| 36 | + |
| 37 | +<!--Complete the following for context, and add any other relevant context--> |
| 38 | + |
| 39 | +- ipywidgets version <!-- import ipywidgets; print(ipywidgets.__version__)--> |
| 40 | +- Operating System and version: |
| 41 | +- Browser and version: |
| 42 | + |
| 43 | +<details><summary>Troubleshoot Output</summary> |
| 44 | +<pre> |
| 45 | +Paste the output from running `jupyter troubleshoot` from the command line here. |
| 46 | +You may want to sanitize the paths in the output. |
| 47 | +</pre> |
| 48 | +</details> |
| 49 | + |
| 50 | +<details><summary>Command Line Output</summary> |
| 51 | +<pre> |
| 52 | +Paste the output from your command line running `jupyter lab` (or `jupyter notebook` if you use notebook) here, use `--debug` if possible. |
| 53 | +</pre> |
| 54 | +</details> |
| 55 | + |
| 56 | +<details><summary>Browser Output</summary> |
| 57 | +<pre> |
| 58 | +Paste the output from your browser Javascript console here. |
| 59 | +</pre> |
| 60 | +</details> |
| 61 | + |
| 62 | +### If using JupyterLab |
| 63 | +- JupyterLab version: |
| 64 | + |
| 65 | +<details><summary>Installed Labextensions</summary> |
| 66 | +<pre> |
| 67 | +Paste the output from your command line running `jupyter labextension list`. |
| 68 | +</pre> |
| 69 | +</details> |
0 commit comments