jupyter / jupyter/notebook

Variable explorer showing different length of a list

Open
#4,872 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
13.3k
Forks
5.8k
Avg merge
6d 11h
Merged PRs (30d)
7

Description

I have a list of 49 tuples. The variable explorer using Nbextensions, shows the length of the list as 536. I confirmed with print(len()) which gave me output 49.

Why does Jupyter notebook variable explorer show 536 then??

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the discrepancy with a list of 49 tuples in Jupyter Notebook using the Nbextensions variable explorer. Compare the explorer's reported length with print(len()) and determine which value is incorrect; done means the displayed length agrees with the Python result or the cause is documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.