EpistasisLab / EpistasisLab/tpot
Text output issues
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
It looks like when you use tqdm instead of tqdm_notebook in a notebook.
In the examples, it displays correctly: https://github.com/EpistasisLab/tpot/blob/master/tutorials/IRIS.ipynb
The problem comes from https://github.com/EpistasisLab/tpot/blob/master/tpot/base.py#L96
In colab, `get_ipython().__class__.__name__` is `'Shell'`, so maybe using
return shell != 'TerminalInteractiveShell'
will solve the problem.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.