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
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/ds_bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
name: Notebook Editor, Interactive Window, or .py file Notebook cells
about: Create a report to help us improve
labels: type-bug, "data science"
---
# Notebook Editor, Interactive Window, .py file Notebook cells Bug

<!-----------------------------------------------------------------------------------------------
***PLEASE READ***
If this issue doesn't relate to Jupyter Notebooks, Python Interactive Window features
or other notebook or "cell"-based features of the Python extension, please use the main Python
bug template instead of this one. ***Thank you!***
------------------------------------------------------------------------------------------------->

## Steps to cause the bug to occur
1.

## Actual & Expected behavior

<!-----------------------------------------------------------------------------------------------
Animated GIFs can be effective means to describe a bug. Consider using a tool like
https://github.com/phw/peek or https://www.screentogif.com/ to create one.
------------------------------------------------------------------------------------------------->

### Your Jupyter and/or Python environment
*Please provide as much info as you readily know*
- **Jupyter server running:** Local | Remote | N/A
- **Extension version:** 20YY.MM.#####-xxx
- **VS Code version:** #.##
- **Setting python.jediEnabled:** true | false
- **Python and/or Anaconda version:** #.#.#
- **OS:** Windows | Mac | Linux (distro):
- **Virtual environment:** conda | venv | virtualenv | N/A | ...

## Developer Tools Console Output
<!-----------------------------------------------------------------------------------------------
Copy/paste the output in the "Console" tab in the "Developer Tools" panel (Help >
Toggle Developer Tools). For better details, run the "Enable source map support for
extension debugging" command in VS Code at least once beforehand.
------------------------------------------------------------------------------------------------->




18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/ds_feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Jupyter Notebook, Interactive Window, or code-cell Feature Request
about: Suggest a new feature or behavior
labels: type-enhancement, "data science"
---
# Jupyter Notebook, Interactive Window, or code-cell Feature Request

<!-----------------------------------------------------------------------------------------------
***PLEASE READ***
If this issue doesn't relate to Jupyter Notebooks, Python Interactive Window features
or other "cell"-based features of the Python extension, please use the main Python feature
request template instead of this one. ***Thank you!***
------------------------------------------------------------------------------------------------->

## Description