mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Clarification about launching jupyter lab (#565)
* Clarification about launching jupyter lab * fix juputer typo
This commit is contained in:
committed by
GitHub
parent
2f41429cf4
commit
8d01d3b0c1
@@ -144,10 +144,14 @@ python script.py
|
||||
and launch JupyterLab via
|
||||
|
||||
```bash
|
||||
juputer lab
|
||||
jupyter lab
|
||||
```
|
||||
|
||||
|
||||
> **Note:**
|
||||
> If you encounter problems with the jupyter lab command, you can also start it using the full path inside your virtual environment. For example, use `.venv/bin/jupyter lab` on Linux/macOS or `.venv\Scripts\jupyter-lab` on Windows.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user