From 66c2a47cfd9da8479d2624be6e8156db1c11ccec Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 12 May 2024 04:03:26 +0000 Subject: [PATCH] Update tech_docs/linux/conda_install.md --- tech_docs/linux/conda_install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tech_docs/linux/conda_install.md b/tech_docs/linux/conda_install.md index 230894c..03542fa 100644 --- a/tech_docs/linux/conda_install.md +++ b/tech_docs/linux/conda_install.md @@ -53,7 +53,7 @@ python3 -m pip install jupyterlab numpy pandas matplotlib ## Step 8: Configure JupyterLab for Remote Access ```bash jupyter lab --generate-config -nano ~/.jupyter/jupyter_lab_config.py +vim ~/.jupyter/jupyter_lab_config.py ``` Uncomment and modify the following lines: ```python