question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Settings for controlling if outputs should be saved to disk

See original GitHub issue

Originally filed here by @rebornix https://github.com/microsoft/vscode-jupyter/issues/4670

I think we should consider adding this feature into VSCode. I’ve implemented this same feature in Kusto notebooks. Feels like something generic for VS Code.

Similar to having a cell toolbar position per viewtype, we can have Save Notebook Outputs per viewtype. This can be achieved easily from VS Code by passing an empty array into the serializer, when saving notebooks.

I personally think this would be useful for rest notebooks as well, one might want the output from the REST & GithubIssues Notebook to be saved in the notebook, just like kusto notebooks (some might want the charts/data & some might not).

Thus all notebooks can be considered serializable (including output for sharing) & user choses whether the output is to be persisted on disc or not.

E.g. with .NET team building their notebook format (*.dib) this would have to be impelemented yet again in their extension.

@rebornix /cc

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:9
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
MrNickArchercommented, Oct 13, 2022

I came looking for this. Sad to see it hasn’t got much enthusiasm. I also want it

  • Preparing notebooks for teaching without accidentally giving students any pre-run outputs
  • Hiding sensitive output and metadata when committing to git repositories
4reactions
andreaschiappacassecommented, Aug 17, 2022

+1 This would be also super useful in managing version control of .ipynb, in order to avoid committing large outputs/sesntive output which may be generated by the notebook.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Disk Management | Microsoft Learn
To add a disk to your computer's system configuration, import the foreign disk (select and hold (or right-click) the disk and then click...
Read more >
Setting up your system to Premiere Pro - Adobe Support
Tips, tricks, and best practices to set up your Premiere Pro system for HD, DV, or HDV capture.
Read more >
Saving source generator output in source control
In this post I show how to emit your source generator output to disk, so you can include it in source control and...
Read more >
Chapter 5. Virtual Storage - VirtualBox
Oracle VM VirtualBox can emulate the most common types of hard disk ... on the Storage page of a virtual machine's Settings window,...
Read more >
Video Playback Settings | PlayStation®4 User's Guide
To configure the output and language defaults for videos, ... Check to see if any data related to Blu-ray Disc videos is saved...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found