Skip to content

Releases: heyodai/jupyter-toc

v1.1.2 - Fix build version

22 Oct 01:48
Compare
Choose a tag to compare

v1.1.1 - Couple of Bugfixes

22 Oct 01:45
fb2e391
Compare
Choose a tag to compare
  • Update .gitignore with standard Python directories
  • Fix a missing instruction in README.md

v1.1.0 - Enhance build function

22 Oct 01:32
70d1b34
Compare
Choose a tag to compare

Enhance build function to provide more flexible Table of Contents generation

  • Add parameters for controlling the depth of headings, enabling/disabling hyperlinks, and printing the ToC.
  • Handle FileNotFoundError for invalid notebook paths.
  • Update function documentation.
  • Replace fixed indentation with dynamic spacing based on heading level.
  • Split Markdown cells into lines to capture all headings.
  • Add unit test for build function in jupyter_toc package
  • Update README to reflect new code

This update allows for greater flexibility in generating a table of contents for Jupyter notebooks. The function now supports customizable heading depth, optional hyperlinking, and can either display or return the ToC as a Markdown-formatted string.

v1 - Initial Release

22 Oct 00:36
Compare
Choose a tag to compare
Switch from GPL license to MIT