Update tech_docs/linux/conda_install.md

This commit is contained in:
2024-05-12 04:03:26 +00:00
parent 08acfcfe7c
commit 66c2a47cfd

View File

@@ -53,7 +53,7 @@ python3 -m pip install jupyterlab numpy pandas matplotlib
## Step 8: Configure JupyterLab for Remote Access ## Step 8: Configure JupyterLab for Remote Access
```bash ```bash
jupyter lab --generate-config jupyter lab --generate-config
nano ~/.jupyter/jupyter_lab_config.py vim ~/.jupyter/jupyter_lab_config.py
``` ```
Uncomment and modify the following lines: Uncomment and modify the following lines:
```python ```python