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