vscode-jupyter

(β˜… 1,526)

VS Code Jupyter extension

  • .editorconfig
  • .eslintignore
  • .eslintrc.js
  • .gitattributes
  • .gitignore
  • .nvmrc
  • .prettierignore
  • .prettierrc.js
  • .vscode-test.mjs
  • .vscodeignore
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CodeQL.yml
  • CONTRIBUTING.md
  • CredScanSuppressions.json
  • debugpy_logging.cmd
  • gulpfile.js
  • icon.png
  • INTERACTIVE_TROUBLESHOOTING.md
  • LICENSE
  • package-lock.json
  • package.json
  • package.nls.json
  • pvsc.code-workspace
  • README.md
  • SECURITY.md
  • SUPPORT.md
  • tsconfig.base.json
  • tsconfig.datascience-ui.json
  • tsconfig.json

# Installation Guide

1. Get the code
git clone https://github.com/microsoft/vscode-jupyter

Downloads the entire project code from GitHub to your computer.

cd vscode-jupyter

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
cd api

This project's files live in a subfolder, so move into it first.

npm install

Downloads and installs the libraries listed in package.json.

npm start

Starts the development/run server.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
"command": "jupyter.runAndDebugCell",

Type this command into your terminal and run it.

"when": "!jupyter.webExtension"

Type this command into your terminal and run it.

- If someone has already [filed an issue](https://github.com/Microsoft/vscode-jupyter/issues) that encompasses your feedback, please leave a πŸ‘/πŸ‘Ž reaction on the issue.

Type this command into your terminal and run it.

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation