hydrogen-cell-separator

Atom package to improve identification of cells by separating them with a horizontal line.

jhabriel

9,640

9

0.4.1

MIT

GitHub

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 https://github.com/nteract/hydrogen/issues/1602#issuecomment-490512892, the easiest workaround is to disable tree-sitter in Settings >> Core.