Commit 9a00a8c9 authored by david cochran's avatar david cochran

replace minimal-notebook with base-notebook in examples

parent 37b50dc3
...@@ -60,7 +60,7 @@ The default Python 3.x [Conda environment](http://conda.pydata.org/docs/using/en ...@@ -60,7 +60,7 @@ The default Python 3.x [Conda environment](http://conda.pydata.org/docs/using/en
```python ```python
# Spawn user containers from this image # Spawn user containers from this image
c.DockerSpawner.container_image = 'jupyter/minimal-notebook' c.DockerSpawner.container_image = 'jupyter/base-notebook'
# Have the Spawner override the Docker run command # Have the Spawner override the Docker run command
c.DockerSpawner.extra_create_kwargs.update({ c.DockerSpawner.extra_create_kwargs.update({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment