jupyter / jupyter-sphinx

Sphinx extension for rendering of Jupyter interactive widgets.
https://jupyter-sphinx.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
186 stars 65 forks source link

Support for jupyter-cache? #173

Open jeromekelleher opened 3 years ago

jeromekelleher commented 3 years ago

Is support for jupyter-cache something that is planned/feasible in jupyter-sphinx? It is very useful to be able to avoid reexecuting code blocks over and over when working on a page.

akhmerov commented 3 years ago

Hi @jeromekelleher!

There are several aspects to your proposal that I'd like to bring up in order to make an informed decision.

So overall I am open to incorporate integration with jupyter-cache, and it seems like a good idea, but planning this would require addressing the above considerations.

jeromekelleher commented 3 years ago

Thanks for the detailed response @akhmerov, this is very helpful! I agree it would be quite a lot of extra complexity and its debatable whether it's worth it.

akhmerov commented 3 years ago

I didn't mean to say that it's not worth it. It's likely worth, however the specific implementation requires evaluating and answering the above questions.