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 upCreate user variables for easier output. #30
Conversation
This comment has been minimized.
This comment has been minimized.
Made the changes in docker and they did not carry over. Going to have to redo it. :( |
This comment has been minimized.
This comment has been minimized.
@greebie Docker is READ ONLY unless you setup your filesystem mount so that it isn't. Best to do the edits locally. |
This comment has been minimized.
This comment has been minimized.
Thanks, yeah - I got lazy because I didn't have nltk.stopwords installed. I managed to port my work over from the read only version, fortunately. I thought I could get away with trying to download the file, but no go. |
greebie
referenced this pull request
Mar 6, 2019
Open
Not all collections will produce all derivatives #10
greebie
reviewed
Mar 6, 2019
@@ -752,7 +855,7 @@ | |||
"name": "python", | |||
"nbconvert_exporter": "python", | |||
"pygments_lexer": "ipython3", | |||
"version": "3.7.1" | |||
"version": "3.7.0" |
This comment has been minimized.
This comment has been minimized.
greebie
Mar 6, 2019
Author
Collaborator
This is going to keep changing as different people have their hands on it. Not sure what to do here.
This comment has been minimized.
This comment has been minimized.
ianmilligan1
requested changes
Mar 6, 2019
Looks great, and runs well. My comments here are all variations on a theme, just providing more context around the variables. I also caught one variable error. |
auk-notebook.ipynb Outdated
auk-notebook.ipynb Outdated
auk-notebook.ipynb Outdated
auk-notebook.ipynb Outdated
greebie
added some commits
Mar 7, 2019
This comment has been minimized.
This comment has been minimized.
Let me know when you're ready for me to review again @greebie! Looking forward to checking it out. |
This comment has been minimized.
This comment has been minimized.
One more tiny fix that I missed and we are good to go. |
ruebot
requested changes
Mar 7, 2019
Lower case derivatives, and might as well link to this https://cloud.archivesunleashed.org/derivatives
|
ianmilligan1
requested changes
Mar 7, 2019
Looking good on my end. I missed this earlier, but I think we should also pop out the user-defined variable for cell 38. |
This comment has been minimized.
This comment has been minimized.
I did a weird thing with OUTPUT_FILENAME. I set it so that |
This comment has been minimized.
This comment has been minimized.
@greebie can you update the branch too? |
greebie
added some commits
Mar 7, 2019
ruebot
requested changes
Mar 7, 2019
Still have inconsistent capitalization and missing full stops on a number of comments. |
greebie
added some commits
Mar 7, 2019
ruebot
requested changes
Mar 7, 2019
|
greebie commentedMar 6, 2019
I pulled out the user variables to make changing the visualization both a little more flexible and easier to see.
Some conventions:
DOMAIN_ if (DOMAIN_) else CONFIG_
In some cases, additional descriptions were added to show what's going on a bit better.