-
Install Python 3.12 or newer:
- Download and install Python from the official Python website.
- Ensure to check the option to 'Add Python to PATH' during installation. (Don't mess this up, man!)
-
Clone the Repository and Create a Virtual Environment:
-
Skipping the cloning step here; y'all got it.
-
Create a virtual environment:
python -m venv venv
-
-
Activate the Virtual Environment:
-
For Windows:
.\venv\Scripts\activate
-
For Linux/macOS:
source venv/bin/activate
Remember, you'll need to activate the virtual environment each time you open a new terminal session.
-
-
Install Dependencies:
pip install -r requirements.txt
To start Jupyter Notebook, run:
jupyter notebook
cd web-app
# and
npm i
# and
npm run dev
- Auto Close Tag - Jun Han
- ESLint - Microsoft
- Jupyter - Microsoft
- MDX - unified
- MDX Preview - Xiaoyi Chen
- Prettier - Prettier
- Python - Microsoft
- Thunder Client - Thunder Client