-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] initial crack at storing in metadata #7
base: master
Are you sure you want to change the base?
Conversation
Wow, that was quick! Thanks a lot. I just skimmed over it and looks cool so far, but let me give it a more thorough look on the weekend and I will get back to you with some more feedback! One little request, can you please remove the |
@@ -1,434 +0,0 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So you want this added back in?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry, I made a mistake, I thought those were file changes, not a deletion. It's fine, I will also remove it from my side in future commits. This file shouldn't have been there in the first place :P All good!
No worries, take your time! Another approach to the string output would be to use jinja templating... it will always be there, because notebook :) Also, everything being in a flat dictionary could introduce problems (i.e. if there was a package named One issue with doing javascript-based injection as i have done is that it won't work with something like I also explored allowing either |
I just wanted to give a brief sign of life ... Sorry, I didn't get to it last weekend, but I will definitely check it out this weekend! There was a little delay with the final layouts of my book that I had to work on, but that's done, no excuses next time ;) |
Good luck with the book! On 13:15, Thu, Sep 17, 2015 Sebastian Raschka notifications@github.com
|
Thanks again for the pull request. Looks good to me so far :). Just a few comments:
|
I'll have a look at the other things, but on 6, the reasoning is that JSON On 23:34, Sun, Sep 20, 2015 Sebastian Raschka notifications@github.com
|
Thanks for the clarification, makes total sense! |
This proposes an approach to #4.
I haven't updated the doc yet, as i got it working, and wanted some feedback.
setup.py
for easier developing withpython setup.py develop
--output
argument, which can takeoutput
(default),metadata
orboth
yield
Sorry there's so much in this one request... I can break it up into smaller pieces if you like!