skip to Main Content

I was coding in VSC using Jupyter and I dropped my phone on my keyboard and all of my cells became gray. I’m not sure how to fix it.

I don’t know if my file size is too big, or If there are too many plotly graphics in my notebook, but I can’t find a way to fix it.

I’ve tried re-installing the regular/stable version of VSC, installing VSC-Insiders, clearing my cache (I believe I did this correctly via stack posts).

Here’s a screenshot of what I am seeing:

Screenshot

I’ve attempted to force quit the application (insider and base VSC) and it still occurrs.

2

Answers


  1. Generally, the output box will be grayed out only when your jupyter cache is large.

    According to this issue on github, the easiest to get out of this is to delete the Cache folder.

    Windows %APPDATA%Code - InsidersCode Cache

    macOS $HOME/Library/Application Support/Code - Insiders/Code Cache

    Linux $HOME/.config/Code - Insiders/Code Cache

    You can also try to clear output.

    enter image description here

    Login or Signup to reply.
  2. Looks like you’re using a formatting extention. Try turning it off or uninstalling it.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search