ECE487 Machine Learning Course Web
- Open a terminal.
- Navigate to the root folder and find requirements.txt
- run
pip install -r requirements.txt
- I recommned using a virtual environment.
- Run the following under the
docs
folder. - Build:
jupyter-book build --all .
- Publish:
ghp-import -n -p -f _build/html
- Python, Python Extension Pack
- Jupyter, MyST-Markdown
- jupytext notebook.ipynb --to md
{
"python.envFile": "${workspaceFolder}/.venv",
"python.terminal.activateEnvInCurrentTerminal": true
}