EpistasisLab / EpistasisLab/tpot

Text output issues

Open
#776 5 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/13174805/46489062-bceeef80-c804-11e8-9905-1cac8f3b5a4c.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.