BIO-BTE-06-L-7


Getting started

  • Download the latest stable build for Visual Studio Code and install it.

  • Download the recommended .NET SDK and install it.

  • Open Visual Studio Code, navigate to the "Extensions" tab and install

    • .NET Polyglot Notebooks
    • Ionide-fsharp

  • Download the current notebook from the page linked on the left.

  • In Visual Studio Code press Strg + Shift + P and klick on Polyglot Notebook: Open notebook.

  • Navigate to the location of your notebook and open it.
  • Notebooks contain Text- and Codeblocks:

    • Adding a new Text- or Codeblock can be done by hovering at the upper or lower border of an existing block:

    • Working with Textblocks: You can edit a Textblock by doubleklicking on it. Inside a Textblock you can write plain text or style it with Markdown. Once you are finished you can press the Esc button.

    • Working with Codeblocks: You can start editing any Codeblock by clicking in it. In there you can start writing your own code or edit existing code. Once you are done you can execute the Codeblock by pressing Strg + Alt + Enter. If you want to execute all codeblocks at once, you can press on the two arrows in the upper part of the notebook: