Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upwrite_output doesn't work #54
Comments
ianmilligan1
added
the
bug
label
Apr 23, 2019
ianmilligan1
assigned
greebie
Apr 23, 2019
This comment has been minimized.
This comment has been minimized.
Tested on my end, and changed it to the missing import prefix |
This comment has been minimized.
This comment has been minimized.
Once completed there will be a small PR here as well to switch to nb.write_output(). |
ruebot
added a commit
to archivesunleashed/au_notebook
that referenced
this issue
Apr 24, 2019
This comment has been minimized.
This comment has been minimized.
@greebie make sure you update |
ianmilligan1
added a commit
that referenced
this issue
Apr 25, 2019
This comment has been minimized.
This comment has been minimized.
ianmilligan1
closed this
Apr 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ianmilligan1 commentedApr 23, 2019
As part of #44 I was re-working the file outputs, and we discovered that the file outputs don't work.
Here's the
write_output
function fromau_notebook
[repo]When it's called, you get
As part of the fix, it'd be great if something like this would work out of the box:
au_notebook.write_output('./filtered-by-year.txt', year_results)