Ipypublish Versions Save

A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!

v0.10.12

3 years ago

v0.10.11

3 years ago

v0.10.10

4 years ago

Add compatibility of sphinx conversion with ipywidgets. Note, the sphinx version dependency is now >=1.8.

Additionally, the code base has been formatted by black, and some minor bugs/warnings have been fixed.

v0.10.9

4 years ago
  • Ensure equations that are already wrapped in a math environment are not wrapped twice.
  • For RST output, ensure multiline equations are correctly indented

v0.10.8

4 years ago

Up-date the Conda requirements to working versions

v0.10.7

4 years ago

v0.10.6

4 years ago

v0.10.5

4 years ago

Changes include:

  • implement HTML2JSONParser and pytest-regressions for testing HTML documents

Rather then searching for specific bits of text, we convert the document to a json object, stripping out sections irrelevant for testing (like the header, footer and scripts that can change between versions). and test with the data_regression fixture

  • Add pre_commit configuration
  • Update .travis.yml to test python 3.7 rather than 3.4 (which is deprecated)
  • Update RTD configuration
  • version bump

v0.10.4

4 years ago

v0.10.3

4 years ago
  • remove sphinx.ext.imgconverter from sphinx auto-builds
  • add additional known sphinx roles