You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe restructuring our jinja {{ header }} to be an explicit code block in each page (it doesn't seem to play well with sphinxcontrib-jupyter). I can probably make a workaround though.
Lots of things are probably broken (e.g. refs like :ref:DataFrame) don't resolve correctly. But I'm happy with this as a work in progress.
The text was updated successfully, but these errors were encountered:
I was playing around with a getting our docs runnable on binder today.
The tldr is that you can run them at https://mybinder.org/v2/gh/TomAugspurger/pandas-binder/master?filepath=build%2Fjupyter%2Fgetting_started%2F10min.ipynb
The source is at https://github.com/TomAugspurger/pandas-binder.
Overall, I think this is neat. It uses sphinxcontrib-jupyter to turn our (lightly modified) ReST files to Jupyter notebooks.
There are a few changes to the pandas source that I'd like to propose
{{ header }}
to be an explicit code block in each page (it doesn't seem to play well withsphinxcontrib-jupyter
). I can probably make a workaround though.Lots of things are probably broken (e.g. refs like :ref:
DataFrame
) don't resolve correctly. But I'm happy with this as a work in progress.The text was updated successfully, but these errors were encountered: