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

Result dosn't get stored in dib File #500

Closed
2 of 14 tasks
mueller-tobias opened this issue Jun 3, 2020 · 2 comments
Closed
2 of 14 tasks

Result dosn't get stored in dib File #500

mueller-tobias opened this issue Jun 3, 2020 · 2 comments

Comments

@mueller-tobias
Copy link

mueller-tobias commented Jun 3, 2020

Describe the bug

Maybe this isn't a bug. After watching the Videos from the PSCONF2020 i tried Notebook with Powershell by myself. I've installed the latest VSCode Insider Version, along with the latest .NET Interactive Notebooks. So far the notebook is working fine. i can use the different languages inside the notbook and when i'm execute them everything is working as expected.

But shouldn't it be the point that the results my code generats get stored inside the notebook, so that when i reopen the Notebook, i should see the Result from the Code i've executed last?
But my .dib Notebook always starts empy (without the Result from the last run).

Is that expected? Does the Output only workling when i convert it to an ipynb File and start my Notebook with jupyter?

Please complete the following:

Which version of .NET Interactive are you using? There are a few ways to find this out:
1.0.127902+f855f35ad60a01b915bf57c43250c7c399ac58bc

  • In a notebook, run the #!about magic command.
  • At the command line, run dotnet interactive --version.
  • In VS Code, run "Report installed version for .NET Interactive` and copy the version number from the status popup.
  • OS
    • Windows 10
    • macOS
    • Linux (Please specify distro)
    • iOS
    • Android
  • Browser
    • Chrome
    • Edge
    • Firefox
    • Safari
  • Frontend
    • Jupyter Notebook
    • Jupyter Lab
    • nteract
    • Visual Studio Code
    • Other (please specify)
@jonsequitur
Copy link
Contributor

The .dib format doesn't store outputs, by design. This is still at the early stage and feedback is welcome.

You can see more of the goals of the file format here: #467.

@jonsequitur
Copy link
Contributor

I'm closing this issue as it's by design.

There's additional discussion in #467. Please weigh in.

Also, we've merged direct support for writing .ipynb, including outputs as you would expect, and without requiring a Jupyter installation.

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

No branches or pull requests

2 participants