MDST Tutorials Troubleshooting Guide

General

Issue

I copied a command from a command into the terminal. It is not working when I try to run it.

Solution

Sometimes web pages/docs/pdfs contain special characters the terminal doesn't recognize. Retype the command into the terminal manually.


Setup

Issue

Jupyter: command not found

Solution

  1. Check that you have your virtual environment activated
  2. Try python3 -m notebook instead
  3. WSL only: Add ~/.local/bin to your PATH environment variable. Instructions