Remove _scripts, use new PyPI module instead#853
Remove _scripts, use new PyPI module instead#853matthew-brett wants to merge 1 commit intoscipy-lectures:mainfrom
Conversation
jarrodmillman
left a comment
There was a problem hiding this comment.
Sorry, I missed something. Are we still testing on multiple versions of Python?
|
You mean - why did I delete I did put in some test machinery though, that you can see described in |
I've refactored the notebook post-processing into the `jljb` module.
eb26663 to
72b8c43
Compare
|
@jarrodmillman - I wasn't sure what you were asking for, but I restored the Otherwise, this is a straight refactor of the support code out into its own module, so I can only see a win here, compared to status quo. |
|
Another plea for this one. Also see :#864 |
I've refactored the notebook post-processing into the
jljbmodule.