|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +labels: bug |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | +Welcome! Before creating a new issue: |
| 9 | +* Search for relevant issues |
| 10 | +* Follow the issue reporting guidelines: |
| 11 | +https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html |
| 12 | +--> |
| 13 | + |
| 14 | +## Description |
| 15 | + |
| 16 | +<!--Describe the bug clearly and concisely. Include screenshots (or even better - gifs) if possible--> |
| 17 | + |
| 18 | +## Reproduce |
| 19 | + |
| 20 | +<!--Describe step-by-step instructions to reproduce the behavior--> |
| 21 | + |
| 22 | +1. Go to '...' |
| 23 | +2. Click on '...' |
| 24 | +3. Scroll down to '...' |
| 25 | +4. See error '...' |
| 26 | + |
| 27 | +<!--Describe how you diagnosed the issue. See the guidelines at |
| 28 | + https://jupyterlab.readthedocs.io/en/latest/getting_started/issue.html --> |
| 29 | + |
| 30 | +## Expected behavior |
| 31 | + |
| 32 | +<!--Describe what you expected to happen--> |
| 33 | + |
| 34 | +## Context |
| 35 | + |
| 36 | +<!--Complete the following for context, and add any other relevant context--> |
| 37 | + |
| 38 | +- Operating System and version: |
| 39 | +- Browser and version: |
| 40 | +- `robotframework-jupyterlibrary` version(s): |
| 41 | +- Jupyter Client and Server versions: |
| 42 | + - `notebook`: |
| 43 | + - `jupyterlab`: |
| 44 | + - `jupyter_server`: |
| 45 | + |
| 46 | +<details><summary>Required: installed server extensions</summary> |
| 47 | +<pre> |
| 48 | + Paste the output from running `jupyter server extension list` (JupyterLab >= 3) |
| 49 | + or `jupyter serverextension list` (JupyterLab < 3) from the command line here. |
| 50 | + You may want to sanitize the paths in the output. |
| 51 | +</pre> |
| 52 | +</details> |
| 53 | + |
| 54 | +<details><summary>Required: installed lab extensions</summary> |
| 55 | +<pre> |
| 56 | + Paste the output from running `jupyter labextension list` from the command line here. |
| 57 | + You may want to sanitize the paths in the output. |
| 58 | +</pre> |
| 59 | +</details> |
| 60 | + |
| 61 | +<!--The more content you provide, the more we can help!--> |
| 62 | + |
| 63 | +<details><summary>Troubleshoot Output</summary> |
| 64 | +<pre> |
| 65 | + Paste the output from running `jupyter troubleshoot` from the command line here. |
| 66 | + You may want to sanitize the paths in the output. |
| 67 | +</pre> |
| 68 | +</details> |
| 69 | + |
| 70 | +<details><summary>Command Line Output</summary> |
| 71 | +<pre> |
| 72 | + Paste the output from your command line running `jupyter lab` here, use `--debug` if possible. |
| 73 | +</pre> |
| 74 | +</details> |
| 75 | + |
| 76 | +<details><summary>Browser Output (recommended for all interface issues)</summary> |
| 77 | +<pre> |
| 78 | + Paste the output from your browser JavaScript console replacing the text in here. |
| 79 | + |
| 80 | +To learn how to open the developer tools in your browser: |
| 81 | +https://developer.mozilla.org/en-US/docs/Learn/Common_questions/What_are_browser_developer_tools#How_to_open_the_devtools_in_your_browser |
| 82 | +If too many messages accumulated after many hours of working in JupyterLab, consider |
| 83 | +refreshing the window and then reproducing the bug to reduce the noise in the logs. |
| 84 | + |
| 85 | +</pre> |
| 86 | +</details> |
0 commit comments