> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/blackdiamond-studio-or-mobilize.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/online-code-editor/scala-notebooks.md).

# Scala Notebooks

[Jupyter notebooks](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#:~:text=Jupyter%20Notebooks%20in%20VS%20Code,and%20through%20Python%20code%20files.) can combine Markdown text and executable Python or Scala code.

BlackDiamond Studio has pre-configured all the requirements, so you can easily start a new Jupyter notebook and write some code.

#### To create a new Jupyter notebook:

1. Create a new Jupyter notebook using the command palette (Ctrl+Shift+P) or create a new .ipynb file in the workspace.

![](/files/4Ctz8a8V5ZCFCWLnh7sm)

2\. Then just add the code or the markdown text you want to display in your Jupyter notebook.

This is an example Jupyter notebook using **Python code:**

![](/files/TLyF5Y7HC0VtrHNLTQ3G)

This is an example Jupyter notebook using **Scala code:**

![](/files/YHFSS3JSIa9OCazf1CqU)
