-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e409cd5
commit b05afff
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Describe the issue | ||
<!-- Describe your issue here --> | ||
|
||
## Versions | ||
<!-- | ||
In general, please make sure you are using the latest versions of software when reporting an issue. If you are not using the latest JupyterLab, please be sure to install the right labextension: https://github.com/matplotlib/ipympl#install-an-old-jupyterlab-extension | ||
Please include the result of the following command, which will print out the version of python, ipympl and the Jupyter ecosystem. | ||
```bash | ||
python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:', ipympl.__version__)" && jupyter --version && jupyter nbextension list && jupyter labextension list | ||
``` | ||
--> | ||
``` | ||
Paste here the command output. | ||
``` |