Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 857 Bytes

hydrogen-cell-separator

Description

Atom plugin that separates Hydrogen breakpoints (cells designated with # %%) with a horizontal line improving cell identification.

hydrogen-cell-separator

Usage

Enabling / Disabling package.

Acknowledgement

This package was mainly inspired by method-separator developed by Koen Lageveen.

Troubleshoot

Issue 1: Breakpoints are not recognised

Currently, Atom is using tree-sitter (an incremental parsing system for programming tools) which creates a conflict detecting hydrogen breakpoints. As suggested in nteract/hydrogen#1602 (comment), the easiest workaround is to disable tree-sitter in Settings >> Core.