Skip to content

Commit

Permalink
fixes after rebases
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 16, 2018
1 parent 4a9027c commit b161eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nbconvert/preprocessors/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ def setup_preprocessor(self, nb, resources, km=None):
self.nb = nb
# clear display_id map
self._display_id_map = {}
self.widget_state = {}
self.widget_buffers = {}

if km is None:
self.km, self.kc = self.start_new_kernel(cwd=path)
Expand Down Expand Up @@ -335,7 +337,6 @@ def preprocess(self, nb, resources, km=None):
Preprocess notebook executing each code cell.
The input argument `nb` is modified in-place.
self.widget_buffers = {}
Parameters
----------
Expand Down

0 comments on commit b161eb0

Please sign in to comment.