Skip to content

Commit 09416a4

Browse files
committed
Add support for ipympl backend
Needs matching change in IPython
1 parent f4528a6 commit 09416a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ipykernel/eventloops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def process_stream_events():
4747
'inline': None,
4848
'nbagg': None,
4949
'notebook': None,
50+
'ipympl': None,
5051
None : None,
5152
}
5253

0 commit comments

Comments
 (0)