QuantEcon / jupinx

Jupyter + Sphinx Utilities and Tools
https://quantecon.github.io/jupinx/
20 stars 4 forks source link

FEAT: Add jupinx --preview to open notebook server #21

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

We should support preview option to open a notebook server in _build/jupyter

jstac commented 5 years ago

+1

jupinx --preview and jupinx -p?

And for the website after jupyter -w? jupinx --preview --website and jupinx -pw?

mmcky commented 5 years ago

@jstac we are working on enforcing an order to provided arguments to implement the chain of events. If jupinx --preview --website is issued then it would request a make website followed by a make preview once completed.

jstac commented 5 years ago

OK, so how about jupinx --preview-website and jupinx -pw?

mmcky commented 5 years ago

The issue with -p and --preview is that we currently have allocated -p and --parallel.

Would -v, --view be suitable alternatives or should we use -j for parallel?

jstac commented 5 years ago

Ah :-).

Let's go for -v and --view

mmcky commented 5 years ago

this has been implemented in pr #29