From bfe74710d6aaae072197268d3e47e1956ba95373 2014-06-09 18:52:03 From: Jessica B. Hamrick Date: 2014-06-09 18:52:03 Subject: [PATCH] Add state for auto-scroll --- diff --git a/IPython/nbformat/v4/v4.withref.json b/IPython/nbformat/v4/v4.withref.json index be7936e..776443b 100644 --- a/IPython/nbformat/v4/v4.withref.json +++ b/IPython/nbformat/v4/v4.withref.json @@ -126,6 +126,10 @@ "type": "boolean", "required": true }, + "autoscroll": { + "type": "boolean", + "required": true + }, "source": { "description": "for code cell source code", "type": "array",