manrajgrover/halo

Bug: Output gets hidden on stop_and_persist in Jupyter notebooks

Open

#59 opened on May 14, 2018

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (149 forks)github user discovery
bughacktoberfesthelp wantedjupyterup-for-grabs

Repository metrics

Stars
 (3,022 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

Currently, in jupyter notebooks, the final stop_and_persist output is not persisted. I've opened an issue in ipywidget for understanding the issue a little better (https://github.com/jupyter-widgets/ipywidgets/issues/2072).

System settings

  • Operating System: Mac OS 10.13.1
  • Terminal in use: NA
  • Jupyter version: 4.4.0
  • Python version: 2.7.14
  • Halo version: 9f9ea376d43f0d43859f7ddeee68e34834fdbf19
  • pip freeze output: NA

Error

The output display is not persited on stop_and_persist call.

Expected behaviour

The output should be persited on stop_and_persist call.

Steps to recreate

widget bug

People to notify

@JungWinter @ManrajGrover

Contributor guide