Though I just stepped into the same argparse trap as earlier. All arguments have to come before the URL:
jupyter-repo2docker --image-name pydatabook --no-run https://github.com/jakevdp/PythonDataScienceHandbook (If there is a argparse wizard present, we'd appreciate a fix that allows you to do what I posted in the previous email) T On Mon, Nov 6, 2017 at 4:45 PM Tim Head <[email protected]> wrote: > On Mon, Nov 6, 2017 at 3:26 PM Tony Hirst <[email protected]> wrote: > >> Having realised I can use jupyter/repo2docker rather than killing >> binderhub (doh! Sorry:-( I was wondering if there is a simple way of just >> using repo2docker to build and name/tag an image on my machine, rather than >> building the image and running a container from it? >> > > This should do that for you: > > jupyter-repo2docker https://github.com/jakevdp/PythonDataScienceHandbook > --image-name pydatabook --no-run > > T > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAN3x1Rbq3U8YHH01Wp%2BipygCbwv3uSibh8Uf0JCEFHVhVVDUUw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
