Skip to content

Commit

Permalink
IPdb: Really remove plot magic
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 12, 2018
1 parent b2d402d commit 3f79d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder_kernels/ipdb/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ def _remove_unneeded_magics(self):
"""Remove unnecessary magics from MetaKernel."""
line_magics = ['activity', 'conversation', 'dot', 'get', 'include',
'install', 'install_magic', 'jigsaw', 'kernel', 'kx',
'macro', 'parallel', 'plot', 'pmap', 'px', 'run',
'scheme', 'set']
'macro', 'parallel', 'pmap', 'px', 'run', 'scheme',
'set']
cell_magics = ['activity', 'brain', 'conversation', 'debug', 'dot',
'macro', 'processing', 'px', 'scheme', 'tutor']

Expand Down

0 comments on commit 3f79d22

Please sign in to comment.