You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1_bug_report.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,10 @@ labels: bug
8
8
9
9
## Environment data
10
10
11
-
- VS Code version: XXX
12
-
- Jupyter Extension version (available under the Extensions sidebar): XXX
13
-
- Python Extension version (available under the Extensions sidebar): XXX
14
-
- OS (Windows | Mac | Linux distro) and version: XXX
15
-
- Python and/or Anaconda version: XXX
16
-
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): XXX
17
-
- Jupyter server running: Local | Remote | N/A
11
+
- VS Code version: XXX
12
+
- Deepnote Extension version (available under the Extensions sidebar): XXX
13
+
- OS (Windows | Mac | Linux distro) and version: XXX
14
+
- Python and/or Anaconda version: XXX
18
15
19
16
## Expected behaviour
20
17
@@ -38,7 +35,7 @@ Note: If you think a GIF of what is happening would be helpful, consider tools l
38
35
39
36
<details>
40
37
41
-
<summary>Output for <code>Jupyter</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Jupyter</code>)
38
+
<summary>Output for <code>Deepnote</code> in the <code>Output</code> panel (<code>View</code>→<code>Output</code>, change the drop-down the upper-right of the <code>Output</code> panel to <code>Deepnote</code>)
description: The version can be found at the top of the extension's description in the extensions sidebar.
43
43
validations:
44
44
required: true
45
45
- type: textarea
46
46
id: logs
47
47
attributes:
48
-
label: Jupyter logs
49
-
description: Copy and paste all of the text in the Jupyter Output panel available via the ```Jupyter Show Output``` command. This is often critical to help us understand and fix what may have gone wrong!
48
+
label: Deepnote logs
49
+
description: Copy and paste all of the text in the Deepnote Output panel available via the ```Deepnote Show Output``` command. This is often critical to help us understand and fix what may have gone wrong!
50
50
render: shell
51
51
- type: markdown
52
52
attributes:
@@ -57,22 +57,3 @@ body:
57
57
attributes:
58
58
label: Coding Language and Runtime Version
59
59
placeholder: Python v3.8.2, vJulia 1.6, R, etc.
60
-
- type: input
61
-
id: lang-extension-version
62
-
attributes:
63
-
label: Language Extension Version (if applicable)
64
-
description: Ex. Python Extension. The extension version can be found at the top of the extension's description in the extensions sidebar.
65
-
- type: input
66
-
id: anaconda-version
67
-
attributes:
68
-
label: Anaconda Version (if applicable)
69
-
description: If applicable, what version of the Anaconda are you using?
0 commit comments