##// END OF EJS Templates
note that restore_bytes is never used
MinRK -
Show More
@@ -32,6 +32,8 b' def restore_bytes(nb):'
32 32
33 33 Base64 encoding is handled elsewhere. Bytes objects in the notebook are
34 34 always b64-encoded. We DO NOT encode/decode around file formats.
35
36 Note: this is never used
35 37 """
36 38 for ws in nb.worksheets:
37 39 for cell in ws.cells:
General Comments 0
You need to be logged in to leave comments. Login now