manrajgrover / halo

💫 Beautiful spinners for terminal, IPython and Jupyter
MIT License
2.86k stars 148 forks source link

fixed overwrite of spinner value with default spinner in Jupyter Notebooks running on Windows #142

Closed norweeg closed 1 year ago

norweeg commented 4 years ago

Description of new feature, or changes

Removed check of OS causing spinner value to be overwritten with default value in Jupyter Notebook on Windows. If you went to the trouble to use HaloNotebook, you are almost certainly using a browser-based notebook capable of rendering the spinner

Resolves #141

Checklist

Related Issues and Discussions

People to notify

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 430


Changes Missing Coverage Covered Lines Changed/Added Lines %
halo/halo_notebook.py 8 9 88.89%
<!-- Total: 8 9 88.89% -->
Totals Coverage Status
Change from base Build 429: -0.2%
Covered Lines: 313
Relevant Lines: 338

💛 - Coveralls
norweeg commented 1 year ago

made obsolete by #144