Jupyter Notebooks ๐Ÿ““

Jupyter Notebooks ๐Ÿ““#

VS Code Juypyter Notebooks

VS Code

Runing a notebook:#

  1. Create or open a Jupyter Notebook file (with a .ipynb extension) in VS Code.

  2. Use the command palette (Ctrl+Shift+P) and type โ€œPython: Select Interpreterโ€ to choose the Python environment you want to use (note: the Python environment must have the ipykernel package installed).

  3. Set the kernel to the desired Python environment by clicking on the kernel picker in the top right corner of the notebook editor.