Skip to content

Commit

Permalink
Suppress should scroll for single app manager (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Mar 15, 2023
1 parent 0670766 commit 39cc819
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions single_app.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%%javascript\n",
"IPython.OutputArea.prototype._should_scroll = function(lines) {\n",
" return false;\n",
"}"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 39cc819

Please sign in to comment.