Merge pull request #4132 from ToobaJamal/edit

update spawners-basics.md
This commit is contained in:
Min RK
2022-10-20 10:56:15 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ expanded to the user's home directory.
c.Spawner.notebook_dir = '~/notebooks'
```
You can also specify extra command line arguments to the notebook server with:
You can also specify extra command line arguments to the notebook server with the following:
```python
c.Spawner.args = ['--debug', '--profile=PHYS131']