Skip to content

Commit

Permalink
Update for nbconvert 5.4 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored Sep 12, 2018
1 parent 546106f commit 9dcdd14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nbsite/nbbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ class ExecutePreprocessor1000(ExecutePreprocessor):
def kc(self):
return self._kc

@kc.deleter
def kc(self):
del self._kc

@kc.setter
def kc(self,v):
self._kc=v
Expand Down

0 comments on commit 9dcdd14

Please sign in to comment.