-
Notifications
You must be signed in to change notification settings - Fork 65
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
Consider relation with IPython sphinxext #36
Comments
@Carreau what's your opinion here? |
@akhmerov @Carreau Did you have the chance to discuss this internally? 😊 We were having a small discussion at pvlib/pvlib-python#1379 and we wondered: as of today, would you recommend adopting Jupyter's directive instead of IPython's? Perhaps due to better support or development activity (and even if there is no plan to deprecate the IPython directive any time soon). |
To the best of my knowledge your description is correct. The main advantage of jupyter-sphinx over the ipython directive is its ability to treat any jupyter-compatible outputs. You can also consider the executable books stack—that one is much more actively developed. |
superceeded by #64 |
Brought up by @Carreau.
IPython has an extension similar in spirit.
As far as I can tell, the key implementation difference is that it is implemented directly via IPython's
InteractiveShell
instead ofnbconvert
andnbformat
.Thinking further the practical consequences of this are that IPython's extension:
The possible courses of action are:
The text was updated successfully, but these errors were encountered: