'How to set the default mimetype to render in VSCode Jupyter Notebook

How can i change the default mimetype to render in a Jupyter Notebook inside VSCode?

example



Solution 1:[1]

Suppose you want to make Jupyter use "text/plain" as renderer default.

Step 1: in the output cell, choose text/plain

Step 2: Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac), search for "mime" and click: "Notebook: Save Mimetype Display Order"

Step 3: You will be prompted to choose either to enable that default setting globally (choose "User Settings") or locally for that specific workspace (choose "Workspace Settings")

Notebook: Save Mimetype Display Order

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Peter Csala