Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can only show 10000 variables #272

Open
Firestar-Reimu opened this issue Apr 26, 2023 · 2 comments
Open

can only show 10000 variables #272

Firestar-Reimu opened this issue Apr 26, 2023 · 2 comments

Comments

@Firestar-Reimu
Copy link

I have a list of 15300 but jupyterlab-variableInspector can only show 10000 variables

@lckr
Copy link
Collaborator

lckr commented May 2, 2023

Yes, this is by design since we have to send each value we want to display in the variable inspector to the front end which can significantly slow down or even block the jupyter kernel each time you run a cell. You could change that behavior by adapting the code on the python side here. The plan is to eventually expose this variable more easily on the frontend as well

@Firestar-Reimu
Copy link
Author

Firestar-Reimu commented May 7, 2023

Thanks, is it possible to set this variable in JupyterLab's Settings in the future? Like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants