Skip to content

Commit

Permalink
Enable webagg in %matplotlib (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhizheng1 committed Oct 31, 2022
1 parent 7f73ff7 commit 2bd5321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ipykernel/eventloops.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def process_stream_events():
loop_map = {
"inline": None,
"nbagg": None,
"webagg": None,
"notebook": None,
"ipympl": None,
"widget": None,
Expand Down

0 comments on commit 2bd5321

Please sign in to comment.