Skip to content

Auto-detect does not work for jupyter notebooks running in vscode #747

@songololo

Description

@songololo
  • I have visited the [source website], and in particular
    read the [known issues]
  • I have searched through the [issue tracker] for duplicates
  • I have mentioned version numbers, operating system and
    environment, where applicable:

Auto-detect does not appear to work for jupyter notebooks running in vscode, and will result in the following form of output:

HBox(children=(IntProgress(value=0, max=252777), HTML(value=''))

Perhaps vscode scenarios could be covered under autonotebook's __init__.py?

(Tested in the normal jupyter console, and works as intended.)

Let me know if to open an issue under vscode-python instead.

tqdm.__version__
# '4.32.1'
sys.version
# '3.7.3 (default, Mar 27 2019, 09:23:15) \n[Clang 10.0.1 (clang-1001.0.46.3)]'
sys.platform
# 'darwin'
# vscode v1.34

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions