Check out our demo video on Triton Notebook!

Here is how to set up this notebook environment on Visual Studio Code.

  1. Open up Visual Studio Code (Install if you don’t have one. It’s great for many purposes anyway.)

  2. Install Shell script command completion from the Marketplace. This is our extension enabling command autocompletion.

  3. Go to HelpShow All Commands. Show all commands

  4. Type and choose “Jupyter: Create New Jupyter Notebook”. Create new Jupyter notebook

  5. Click “Python” at the bottom right corner of the box to change the cell language mode. Select “Shell Script”. Select cell language mode

  6. Always type %%bash at the first line of each cell to enter command-line programs. Command autocompletion in action