Jupyter Notebook Setup with VSCode and Virtual Env - Raw version

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • Disclaimer: I made this one super quick so sorry for any shortcuts that I've taken and have not explained.
    Talk about setting up Jupyter notebook with vscode using extension and virtual env.
    Classic way of using notebook
    To install Jupyter Notebook via pip in VS Code, you can use the following command in the terminal: 'pip install notebook'
    Once installed, you can run a Jupyter Notebook server by typing: 'jupyter notebook'

Комментарии • 1

  • @user-hv3ys2pf5n
    @user-hv3ys2pf5n Месяц назад

    Great video! This tutorial was super helpful.