You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
#!about
magic command.dotnet interactive --version
.The text was updated successfully, but these errors were encountered: