Fix alignment
Compare changes
@@ -276,9 +276,11 @@ Jupyter Notebook. To do so, follow the steps below, replacing
@@ -276,9 +276,11 @@ Jupyter Notebook. To do so, follow the steps below, replacing
python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH
If needed, other variables can be set via additional `--env` arguments, e.g., `python -m ipykernel install --user --name "$CONDA_DEFAULT_ENV" --display-name "Python ($CONDA_DEFAULT_ENV)" --env PATH $PATH --env VAR value`, where `VAR` and `value` are the name and the value of the variable respectively.